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]Agreements[Solved]

Question[Help]Agreements[Solved]

Posts 1–6 of 6 · Page 1 of 1
zmansquared
zmansquared
[Help]Agreements[Solved]
Hey guys quick question. I have an agreement form pop up before the user can run my app. Once they click i agree and open the app, the agreement form stays up and if i try to close it, it also closes the app.

how do i fix it?
#1 · 16y ago
NextGen1
NextGen1
[php]
Me.hide
[/php]

should work, if you dispose the main form, it may close the program
#2 · 16y ago
zmansquared
zmansquared
OK ill try thanks
#3 · 16y ago
zmansquared
zmansquared
Yep that works, thanks
#4 · 16y ago
|-|3|_][({}PT3R12
|-|3|_][({}PT3R12
Hmm what i like to do is somthing like this (Free Handed):

'Main Form:
if(My.Settings.newuser = 1) Then 'User settings... 1 = new user, 2 = already accepted
Me.Enabled = false 'Shows the form, but its grayed out and un-clickable
Terms.Show() 'Show the agreement form
End If

'Agreement Form(On agree clicked):
My.Settings.newuser = 2
My.Settings.Save() 'Not needed, but a good idea ;D
Form1.Enabled = true

'Agreement Form(On Disagree Clicked):
Form1.Close
Me.close

Somthing like that could be an alternative to NextGen's
#5 · 16y ago
zmansquared
zmansquared
i already have the button dim out code

If checkbox1.Checked = True then
Button1.Enabled = True
else
Button1.Enabled = False
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • Please help me solve the hackers!By j148148 in Alliance of Valiant Arms (AVA) Help
    2Last post 15y ago
  • [Help]Progressbar[Solved]By Shocker2010 in Visual Basic Programming
    2Last post 16y ago
  • [Help]PictureBox[Solved]By zmansquared in Visual Basic Programming
    6Last post 16y ago
  • [Help]CheckBox[Solved]By ppl2pass in Visual Basic Programming
    1Last post 16y ago
  • [help]MSGBOX[Solved]By Kollie8ice in Visual Basic Programming
    8Last post 16y ago

Tags for this Thread

None