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 › [Tutorial]{UI Realated} How to have a fade in effect when a App Closes

Arrow[Tutorial]{UI Realated} How to have a fade in effect when a App Closes

Posts 1–5 of 5 · Page 1 of 1
hopefordope
hopefordope
[Tutorial] How to have a fade in effect when a App Closes
double click on ur form then this should show up
Code:
 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
then unerneath it add this:
Code:
For FadeIn = 0.0 To 1.1 Step 0.1
Me.Opacity = FadeIn
Me.Refresh()
Threading.Thread.Sleep(100)
Next
then underneath that Code add this
Code:
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
For FadeOut = 90 To 10 Step -10
Me.Opacity = FadeOut / 100
Me.Refresh()
Threading.Thread.Sleep(50)
Next
End
End Sub

Debug it and it should fade in when u run it and fade out when u close it.
Edit= u have to build the project there might be an error if u debug it from VB
#1 · edited 16y ago · 16y ago
Lolland
Lolland
Leeched.

Give credits.
#2 · 16y ago
hopefordope
hopefordope
what this is not leeched
#3 · 16y ago
Lolland
Lolland
Hmm. It's weird how on a Google Search I was able to find several pages with the exact same code.
#4 · 16y ago
NextGen1
NextGen1
Agreed, A few Website have this code posted exactly , And considering this can be achieved with a few methods, the fact that these match exactly make this "tutorial" questionable, However, This is not a Tutorial, Really should be a snippet, So I am going to close this, I will allow you to post it in the snippets vault, if you give credit.

Anything questionable will be closed as well.



/Closed



#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • How lOng have u Been hereBy m60 in Spammers Corner
    12Last post 13y ago
  • [tut]how to have lots of nadesBy damanis1 in WarRock - International Hacks
    20Last post 19y ago
  • [TUT] How to have MP7A1 FREE !!!By hoélozabimaru in WarRock - International Hacks
    21Last post 19y ago
  • How to have a key for cod4 online ?By Hackara in Call of Duty 4 - Modern Warfare (MW) Hacks
    0Last post 17y ago

Tags for this Thread

None