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 › Need help with some codes - Vb8

Need help with some codes - Vb8

Posts 1–10 of 10 · Page 1 of 1
NatureSkillz
NatureSkillz
Need help with some codes - Vb8
Hey!!

I need some codes,

First of all,
I need the code of,
When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)

And I need the code for:
Clicking an button, And it will open an web page
#1 · 17y ago
karma123
karma123
google the codes. or youtube them....
#2 · 17y ago
NatureSkillz
NatureSkillz
Quote Originally Posted by karma123 View Post
google the codes. or youtube them....
Can't find,
Thanx for the spam post
#3 · 17y ago
Hell_Demon
Hell_Demon
Quote Originally Posted by NatureSkillz View Post
Thanx for the spam post
You're not in a position to say that mate, you're the one asking a question and you get an answer.

This stuff is so basic that im not even gonna bother telling you as even the biggest retards could find this on google.
#4 · 17y ago
milku
milku
Well, you wanna when click on a button, open a Internet Explorer page?
#5 · 17y ago
IA
Iamazn
open website in VB
[CODE]Process.Start("Http://google.com")

Quote Originally Posted by Natureskillz
When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)
if you mean another form or something that is already in your project, (i.e. About Box, Dialog, Dif form) then use
NAMEOFTHING.Show()

If you want to make a button visible
ButtonName.Visible = True
Not visible
ButtonName.Visible = False
#6 · 17y ago
NatureSkillz
NatureSkillz
Quote Originally Posted by Iamazn View Post
open website in VB
[CODE]Process.Start("Http://google.com")


if you mean another form or something that is already in your project, (i.e. About Box, Dialog, Dif form) then use
NAMEOFTHING.Show()

If you want to make a button visible
ButtonName.Visible = True
Not visible
ButtonName.Visible = False
Mate, you are awesome,
Thanks
#7 · 17y ago
Zoom
Zoom
Quote Originally Posted by NatureSkillz View Post
Hey!!

I need some codes,

First of all,
I need the code of,
When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)

And I need the code for:
Clicking an button, And it will open an web page
Q.When you click an Button on Visual Basic 2008, That it will open another window

A. Project -> Add windows form then add.... On form1 button double click on your button, add this code.
form2.show
me.close
#8 · 17y ago
NatureSkillz
NatureSkillz
Quote Originally Posted by hejsan1 View Post
Q.When you click an Button on Visual Basic 2008, That it will open another window

A. Project -> Add windows form then add.... On form1 button double click on your button, add this code.
form2.show
me.close
You are awesome,
Thanks!!
#9 · 17y ago
Zoom
Zoom
Np, just don´t forget to thank me!
#10 · 17y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • need help with some quick codesBy ravinghippie in Anti-Cheat
    1Last post 17y ago
  • NEED help with verification code when registering!By vinogradov in WarRock Korea Hacks
    2Last post 19y ago
  • need help with teleport codeBy konni in WarRock - International Hacks
    0Last post 19y ago
  • [HELP] I NEED HELP WITH STAMINA CODEBy ilovepie21 in Visual Basic Programming
    15Last post 18y ago
  • i need help with some HARD AdressesBy shanky1 in WarRock - International Hacks
    10Last post 19y ago

Tags for this Thread

#codes#vb8