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] The damn form won't HIDE!

[Help] The damn form won't HIDE!

Posts 1–5 of 5 · Page 1 of 1
Jason
Jason
[Help] The damn form won't HIDE!
Okay I'm using this for my login screen to bring it up if the user presses "Log Out" (Linklabel2)

[php]
Private Sub LinkLabel2_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs ) Handles LinkLabel2.LinkClicked

LoginScreen.Show()
Me.Hide()
End Sub
[/php]

Now, usually this works no problem. But for some fucked up reason, me (aka Form1) refuses to hide. It goes away for like 0.5 seconds then pops straight back up.

As I'm not sure what's causing this, I'm not sure what code/etc you guys need, so just request whatever you need.

EDIT: Fixed it myself. No longer using the "hide" function.


Thanks.

J-Deezy.
#1 · edited 16y ago · 16y ago
Hassan
Hassan
Hmm...weird, it should work.

First, check if there is a close event for Form1 (aka Me). If so, check its code.

Now invert these statements:

LoginScreen.Show()
Me.Hide()


So it becomes;

Me.Hide()
LoginScreen.Show()


If all these fail, try to set:

Me.Visible = False
Me.Hide()
#2 · 16y ago
Jason
Jason
Quote Originally Posted by FLAMESABER View Post
Hmm...weird, it should work.

First, check if there is a close event for Form1 (aka Me). If so, check its code.

Now invert these statements:

LoginScreen.Show()
Me.Hide()


So it becomes;

Me.Hide()
LoginScreen.Show()


If all these fail, try to set:

Me.Visible = False
Me.Hide()
Lol i figured it out eventually. I had "hidden" my splashscreen which had a timer running relating to Form1 instead of closing it, so it kept bringing up Form1 every tick.
#3 · 16y ago
Hassan
Hassan
*Sigh*

Glad, the problem is solved
#4 · 16y ago
Jason
Jason
Haha yeah I did a nice big facepalm when I figured that one out
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • PLZ HELP EM I TRIED THE CROSSFIRE FORM BUT HTEY AL NO HELP MAYBE U GUYS CANE HELP ME!By xr100r in CrossFire Hacks & Cheats
    46Last post 16y ago
  • PNG won't show the damn transparentBy Matt in Suggestions, Requests & General Help
    5Last post 16y ago
  • Read the Damn Stickies!!!By fritz420 in Flaming & Rage
    10Last post 17y ago
  • Oh the damn silenceBy Dorado in General
    15Last post 17y ago
  • how i got banned from warrrock's forum for putting mpgh's name on the reply form.By soultaker in Spammers Corner
    8Last post 19y ago

Tags for this Thread

None