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 › Visual Basic 2008 Help

Visual Basic 2008 Help

Posts 1–15 of 17 · Page 1 of 2
ST
Stephen
Visual Basic 2008 Help
Ok, so i made a button with a name, for my next release :P

and it says "MPGH" I want mpgh.net to open up when i press that.
How can i do that?

ps im new to visual basic. just started 5 hours ago.
#1 · 17y ago
Jimmy
Jimmy
i got u hold up
#2 · 17y ago
callenbs
callenbs
Add This Inbetween The Button Code.

System.Diagnostics.Process.Start("http://www.yourwebsite.com")
#3 · 17y ago
Jimmy
Jimmy
Quote Originally Posted by callenbs View Post
Add This Inbetween The Button Code.

System.Diagnostics.Process.Start("http://www.yourwebsite.com")
danmm you !!!
#4 · 17y ago
callenbs
callenbs
Quote Originally Posted by jimmydang09 View Post
danmm you !!!


Lmao.
When I went to post. it didnt even show your post.
#5 · 17y ago
Jimmy
Jimmy
Quote Originally Posted by callenbs View Post


Lmao.
When I went to post. it didnt even show your post.
lol ok i was pulling out my book of coding lol
#6 · 17y ago
ST
Stephen
ty, btw wats ur book of coding called??


also is it possible to insert like a a string from cmd coding Like:

@echo Pwned!
start
start
start
start
pause
@echo How was That?
pause
#7 · 17y ago
IA
Iamazn
1. Add a "Link Label"
2. Change the Name of Link Label to MPGH.NET or something
3. Double click Link Label and type in
Code:
Process.Start("http://www.mpgh.net")
#8 · 17y ago
ST
Stephen
is it possible to put cmd code in??
#9 · 17y ago
IA
Iamazn
Quote Originally Posted by stephen5206 View Post
is it possible to put cmd code in??
If you guna spam CMDs, use this
Code:
Dim Times As Integer
        For Times = 1 To 5
'Change 1 to 5 to amount of times u want to spam it
            Process.Start("cmd")
        Next Times
    End Sub
End Class
#10 · 17y ago
ST
Stephen
no, im gonna actually type code in.
#11 · 17y ago
IA
Iamazn
Quote Originally Posted by stephen5206 View Post
no, im gonna actually type code in.
wait, so what is it you want?
#12 · 17y ago
ST
Stephen
Quote Originally Posted by stephen5206 View Post
ty, btw wats ur book of coding called??


also is it possible to insert like a a string from cmd coding Like:

@echo Pwned!
start
start
start
start
pause
@echo How was That?
pause

in visual basic
#13 · 17y ago
IA
Iamazn
Quote Originally Posted by stephen5206 View Post
in visual basic
Why would you wanna use that? Wouldnt Looping Process.Start(CMD) be easier?
#14 · 17y ago
ST
Stephen
im trying to put a d3d9.dll copier in...
#15 · 17y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • Error In Visual Basic 2008 Express Edition ( Thanking People Who Help )By Gunner03 in Visual Basic Programming
    4Last post 18y ago
  • visual basic 2008 exxpreses helpBy skater310 in Visual Basic Programming
    2Last post 18y ago
  • HELP IN visual basic 2008By zmansquared in Combat Arms Hacks & Cheats
    2Last post 17y ago
  • [Combat Arms] Help [Visual Basic 2008]By upperdragon in Visual Basic Programming
    18Last post 16y ago
  • Visual Basic 2008 SendKeys.Send() HelpBy User1 in Visual Basic Programming
    1Last post 17y ago

Tags for this Thread

#2008#basic#visual