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 › [TUT] How to go from one form to an other form [TUT]

[TUT] How to go from one form to an other form [TUT]

Posts 1–12 of 12 · Page 1 of 1
mizzer3
mizzer3
[TUT] How to go from one form to an other form [TUT]
Hello! Now i will show u how to go from one form to an other form! ( Very Easy ) ^^

Okey just follow steps:

Steps
- Open Visual Basic 2008
- File - New Project - Windows Application
- Project - Add new item or [CTRL+SHIFT+A]
- Windows Form
- Now you should have two forms
- Go to Form 1
- Add 1 Button
- Double click button
- Write in code:
Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Form2.Show()
    End Sub 
End Class
- Debug
There you go !

Very easy right ?
#1 · 16y ago
RC
Rcaking!
Du, if you dont now this you shouldn't be using a computer.
#2 · 16y ago
mizzer3
mizzer3
Quote Originally Posted by Rcaking! View Post
Du, if you dont now this you shouldn't be using a computer.
ehh, lol...
#3 · 16y ago
XG
XGelite
.................................................
#4 · 16y ago
Zoom
Zoom
This is so fail!
#5 · 16y ago
ac1d_buRn
ac1d_buRn
i lol'd
hahahahha

Everyone knows this XD
If you dont know this, YOu shouldnt be in the VB section
#6 · 16y ago
NextGen1
NextGen1
I have been wondering how to do this.

I can probably get "fancy"

Code:
Dim obj as new Form1
if radiobutton1.checked = true then 
obj.show()
me.unload ' assuming this code is in Form2
else 
obj.unload
end if
#7 · edited 16y ago · 16y ago
SC
scimmyboy
well. Absolute beginners come to this section so it would be helpful to them. Lol
#8 · 16y ago
Bombsaway707
Bombsaway707
#9 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by bombsaway707 View Post
HA HA ! Awesome
#10 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by NextGen1 View Post
HA HA ! Awesome
lol thanks
#11 · 16y ago
NU
NuB_GhOsT
Please don't post a useless tut ever again mpgh is slow enough ATM
#12 · 16y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • TUT]How to move a borderless form[TUTBy XGelite in Visual Basic Programming
    7Last post 16y ago
  • need to learn how to hack from step one !!!!By kornbread424 in Combat Arms Help
    3Last post 16y ago
  • [TUT]How to unbanned from aIWBy Beremix in Call of Duty Modern Warfare 2 Tutorials
    12Last post 15y ago
  • How I can insert one picture in C++ 6.0By KinGalaxy in C++/C Programming
    1Last post 18y ago
  • [HELP] How do i get the form to target a proccess...By Nightlord in Visual Basic Programming
    4Last post 18y ago

Tags for this Thread

None