Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [Help]HideForm as Setting[Solved]

Question[Help]HideForm as Setting[Solved]

Posts 1–6 of 6 · Page 1 of 1
zmansquared
zmansquared
[Help]HideForm as Setting[Solved]
Hey how would i do this

Form 2 shows when my app starts, but i want a checkbox saying "Dont show again" or what ev. and when its checked, form2 will not show again.

how would i do this?
#1 · 16y ago
NextGen1
NextGen1


Depends on where the option is, and which starts, I assume form2 is main

and option is on form1

in which case.

In form load

[php]
If form1.checkbox1.check = true
me.hide
me.dispose
end if
[/php]



#2 · 16y ago
Pixie
Pixie
Quote Originally Posted by NextGen1 View Post


Depends on where the option is, and which starts, I assume form2 is main

and option is on form1

in which case.

In form load

[php]
If form1.checkbox1.check = true
me.hide
me.dispose
end if
[/php]



What about using settings, so it stays that way D:
#3 · 16y ago
zmansquared
zmansquared
No, i have form2 starting first then goes to form1. how would that code work.

The checkbox will be on form2 and when it is checked then user clicks button1 it goes to form1, then there is also an option that form 2 will not show again
#4 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by zmansquared View Post
No, i have form2 starting first then goes to form1. how would that code work.

The checkbox will be on form2 and when it is checked then user clicks button1 it goes to form1, then there is also an option that form 2 will not show again
Concept is the same

Essentially which ever form loads, checks the CheckedBox on which ever form it is on and hides form2 and disposes it from memory (proper cleanup
if the checkbox is checked
#5 · 16y ago
zmansquared
zmansquared
Ok, thanks
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Settings[Solved]By ppl2pass in Visual Basic Programming
    6Last post 16y ago
  • [Help]Saving settings[Solved]By Jason in Visual Basic Programming
    36Last post 16y ago
  • [Help] How to set image as a form? Help! [solved]By Darko155 in Visual Basic Programming
    7Last post 15y ago
  • [Help]Save track bar settings[Solved]By jajarem64 in Visual Basic Programming
    16Last post 16y ago
  • [Help]Basic Text Box[Solved]By FlashDrive in Visual Basic Programming
    3Last post 16y ago

Tags for this Thread

None