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]Close form1 when form3 closes?

[HELP]Close form1 when form3 closes?

Posts 1–4 of 4 · Page 1 of 1
Pixie
Pixie
[HELP]Close form1 when form3 closes?
The title says it all

I have my project properties as:

Start up form:
Form1

But I don't want it closing while using the program, because I have it as:

Shutdown mode:
When startup form closed

So I use this:
Code:
Me.Hide
Form2.Show
So I want to know how to make it so that when Form2 closed, it will close the Form1, and shutdown the whole program, instead of keeping it on the whole time

And for the people who want to know what I am doing, I am making a email sender, with contacts (already done making)
and a remember me feature (Already done), but now all I need is above
#1 · 16y ago
SPittn_Blood
SPittn_Blood
Private Sub Form2_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
form1.close
End Sub
#2 · edited 16y ago · 16y ago
TH
theavengerisback15
I haven't experienced yet that kind of problem, I always encounter: when I make a project with 1-more forms, then debug it....If i close the form 1, all of the other forms like form 2-etc, will be also closed.
#3 · 16y ago
Zoom
Zoom
Quote Originally Posted by theavengerisback15 View Post
I haven't experienced yet that kind of problem, I always encounter: when I make a project with 1-more forms, then debug it....If i close the form 1, all of the other forms like form 2-etc, will be also closed.
Go settings and choose close when last form close or something like that!
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • G-force hack help closes downBy Paradox in CrossFire Help
    9Last post 15y ago
  • Need help, Get this when i start crossfire with injector.By -zZz- in CrossFire Help
    4Last post 15y ago
  • [Help] Closing application from all forms.By Jason in Visual Basic Programming
    3Last post 16y ago
  • [HELP]Getting dces when joining a roomBy krishna in CrossFire Hacks & Cheats
    9Last post 17y ago
  • [Please Help!] MHS Error when Opening ProcessBy zorith in Combat Arms Hacks & Cheats
    15Last post 18y ago

Tags for this Thread

None