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]5 Programs In 1

[HELP]5 Programs In 1

Posts 1–15 of 22 · Page 1 of 2
tstom
tstom
[HELP]5 Programs In 1
Hey

Does Anyone Know How To Merge 5 Programs In 1
Example

Making A Program With 5 Buttons, You Click On 1 Button And It Will Open That Program

I Know How To Make A Program, Where You Add The Directory Link To The Code Of The Button And It Goes To That Folder And Opens It

But Is There Away To Merge Those Programs Together So Instead Of Having To Keep The Programs You Want To Merge In The Same Spot They Are All 1 Program Just Seperate in The same exe like in the pic above?

Thank You

If You Dont Understand Please Pm Me And I Will Try To Explain Better
#1 · 16y ago
MugNuf
MugNuf
Yes, get the code for all the programs, and make it into one.

I don't know another way than that .
#2 · 16y ago
tstom
tstom
Ok But After That How Would I Make Them Organised Into Buttons In The Pic Above

Do You Put The Code Of The Program u Want Into The Right Section Where The Button Code Is?
Also How Would You Get The Codes Of The Programs?
#3 · 16y ago
MugNuf
MugNuf
Quote Originally Posted by tstom View Post
Ok But After That How Would I Make Them Organised Into Buttons In The Pic Above

Do You Put The Code Of The Program u Want Into The Right Section Where The Button Code Is?
Also How Would You Get The Codes Of The Programs?
Er... it was a semi-joke, your not going to get the code to those programs, unless your a choob leecher an just disassemble the program.

I don't know how to do it, maybe NextGen1 does =/.
#4 · 16y ago
tstom
tstom
Oh Didnt relize it was a joke
#5 · 16y ago
martijno0o0
martijno0o0
button1.click(something more)
form2.show()
form1.hide()

button2.click(something more)
form3.show()
form1.hide()

button3.click(something more)
form4.show()
form1.hide()

button4.click(something more)
form5.show()
form1.hide()

button5.click(something more)
form6.show()
form1.hide()
#6 · 16y ago
NextGen1
NextGen1
It is not possible (not really)

You would have to write the code for every program, Your best bet will be to move all the applications to a single directory and pack them with your software, Give credit to the original developers and be happy that you made someones life simpler.

Merging HTML, PDF, MKV, MP3, sure.... Exe, there is to much to account for, to much data, different languages, different references, essentially , not going to happen (without some elaborate thinking)
#7 · 16y ago
tstom
tstom
How would you pack them
pls explain I'm new to visual basics
#8 · 16y ago
zmansquared
zmansquared
Pack? you mean like with themida?
#9 · 16y ago
zmansquared
zmansquared
button1.click()
form2.show()

that would be your best bet i think
#10 · 16y ago
martijno0o0
martijno0o0
Quote Originally Posted by martijno0o0 View Post
button1.click(something more)
form2.show()
form1.hide()

button2.click(something more)
form3.show()
form1.hide()

button3.click(something more)
form4.show()
form1.hide()

button4.click(something more)
form5.show()
form1.hide()

button5.click(something more)
form6.show()
form1.hide()
^^ ^^ ^^ ^^ ^^ ^^
#11 · 16y ago
NextGen1
NextGen1
I don't mean pack as in themida
I mean package up with (pack)

Include all applications with your software inside the same folder or a application folder
#12 · 16y ago
zmansquared
zmansquared
LOL. Ok i though out mean themida
#13 · 16y ago
treeham
treeham
you you could put the .exe files into the windows folder then use
Code:
Shell("Whatever_your_program_name_is_without_the_dotexe")
#14 · 16y ago
SH
ShadowPwnz
Nextgen has a point, it takes a while to recode everything, but essentially your best bet is different forms.

To make a form, right-click your project name in the solution explorer and click 'Add'. In the dialog box that pops up, click windows form and click ok.

Copy-paste all your items from the original application, then copy-paste the code in as well. Finally, put this code on one of your buttons:
Code:
Form2.Show
Me.Close 'optional, closes current form
You can also try tabs, but they make the entire application less stable.
#15 · 16y ago
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

  • a few helpful programsBy megaflcl in General
    5Last post 17y ago
  • Helpful ProgramsBy ilovecookies in Combat Arms Discussions
    14Last post 16y ago
  • [Help]program deleterBy megasven007 in Visual Basic Programming
    3Last post 16y ago
  • [Help]Programming Tips?By D e a t h h a u n t S in Visual Basic Programming
    18Last post 15y ago
  • [Help] Program hangs when using web requests?[Solved]By master131 in Visual Basic Programming
    6Last post 15y ago

Tags for this Thread

None