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] Closing application from all forms.

[Help] Closing application from all forms.

Posts 1–4 of 4 · Page 1 of 1
Jason
Jason
[Help] Closing application from all forms.
Hi,

I'm encountering a problem when closing any of my forms via the "x" button in the top right. It shuts down the form but when I check my processes the application is still running. I was just wondering how to set it so that by pressing the "x" button on any form the whole application closes.

Thanks

J-Deezy.
#1 · 16y ago
mnpeepno2
mnpeepno2
here:

[php]
sub Form#_Form_Closing
End
end sub
[/php]
#2 · 16y ago
Hassan
Hassan
Just write END at the closing event of the form. Example:

[php]Private Sub ReplaceWithYourFormName_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles Me.FormClosed

End

End Sub[/php]
#3 · 16y ago
Jason
Jason
Thank you both, that worked perfectly. I figured it was something ridiculously simple but all my internet searches returned very complex answers which I figured weren't what as I was looking for.

Again, thanks a lot.

J-Deezy
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Hide Application From Task ManagerBy zmansquared in Visual Basic Programming
    8Last post 16y ago
  • [Help]Run Application from resourcesBy ppl2pass in Visual Basic Programming
    5Last post 16y ago
  • Getting kicked out from all servers , no cheats!!By X_RAMBO_X in Crysis 2 Help
    11Last post 15y ago
  • [Help] if i got banned and im using MW2 liberation will it ban me from all games?By idiot2010 in Call of Duty Modern Warfare 2 Discussions
    4Last post 15y ago
  • G-force hack help closes downBy Paradox in CrossFire Help
    9Last post 15y ago

Tags for this Thread

None