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 on creating a advanced web browser with Visual basic.

LightbulbTutorial on creating a advanced web browser with Visual basic.

Posts 1–4 of 4 · Page 1 of 1
saiprem
saiprem
Tutorial on creating a advanced web browser with Visual basic.
Creating a Web Browser


1.) Create a new project, Windows Form Application, click ok.

2.) Resize it to the suitable position.



3.) Create 5 buttons, and put them in the position I put them in.



4.) Rename the buttons. Here's what you should change them too.

Button 1 = Back Or <<<

Button 2 = Forward Or >>>

Button 3 = Refresh

Button 4 = Stop Or X

Button 5 = Go

5.) Create a TextBox, and put it in line of the gap between the 5 buttons.



6.) Create 2 extra buttons, rename Button 6 to Search Bing , And rename Button 7 to Search Google.

Create a textbox and put them in the order I do.



7.) Insert a webbrowser, go to properties, and resize it to fit just under the buttons.



Now for the coding, you may not have knowledge with coding, I'll tell you.

8.) Double click on Back and type in underneath Private sub,

Code:
WebBrowser1.GoBack()
9.) Do this for all the buttons, except use the appropriate codes.

CODES:

Code:
Forward : WebBrowser1.GoForward()

Refresh : WebBrowser1.Refresh()

Stop : WebBrowser1.Stop()

Go : WebBrowser1.Navigate(TextBox1.Text)

Search Bing : WebBrowser1.Navigate("www.bing.com/search?q=" & TextBox2.Text)

Search Google : WebBrowser1.Navigate("www.google.com/search?q=" & TextBox2.Text)
Thats all! Now Debug it by pressing F5 on your keyboard.

Test if it works by trying to type in the second text box we made earlier, and click search Google, then it should search.

Any problems? Message user me and I'll try to help you.
aLC5c.png nSf4I.png zwkaB.png VDsdl.png PipT7.png
#1 · 13y ago
DN
dnj$nda94manbdw
LOL NICE I CAN MAKE BETTER ONE WHIT TABS AND SETTINGS + HISTORY
#2 · 13y ago
-M
-MAJ
This isnt advanced its simple :P
#3 · 13y ago
saiprem
saiprem
@maj your siggy lol

anyways i said its advanced because of functions next time i will make one with tabs etc etc.
#4 · 13y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [Tutorial] How to make a Web Browser with Tabs!By DayumKen in Programming Tutorials
    12Last post 15y ago
  • [Release]mpgh web browser with spammer and auto clickerBy conman1136 in Visual Basic Programming
    14Last post 15y ago
  • mpgh web browser with spammer and auto clickerBy conman1136 in CrossFire Spammers, Injectors and Multi Tools
    11Last post 15y ago
  • Fun with Visual Basics *VB for choops*By PandN in Visual Basic Programming
    7Last post 17y ago
  • [Help] Atom API with Visual Basic 6.0 or .NETBy Bull3t in Visual Basic Programming
    5Last post 20y ago

Tags for this Thread

None