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 › Programming Tutorials › [TUT]How to make a webbrowser

[TUT]How to make a webbrowser

Posts 1–6 of 6 · Page 1 of 1
FR
frono15
[TUT]How to make a webbrowser
Visual learners:

OK right now ill teacch u how to make your very own webbrowser!

Things Required:
Microsoft Visual Basic 6.0
Internet

I.Open up VB6
and click on standard exe
make a big form

II.Do this
Code:
Ctrl+T
Then a whold bunch of compoments will show
scroll down to look for
Code:
Microsoft Internet controls
then a globe should appear in the toolbox
click on the globe and make the screen(or whatever u call it)
III.Make a textbox long and make a command near it
name the command button "Go"

Double click on the button and enter this code
Code:
WebBrowser1.Navigate (Text1.Text)
Then make a another four buttons
Name each of them: Refresh,Back,Forward,and Stop

Click on refresh and put this code
Code:
WebBrowser1.Refresh
Click on Back and put this code
Code:
WebBrowser1.GoBack
Click on Forward and put this code
Code:
WebBrowser1.GoForward
Click on Stop and enter this code:
Code:
WebBrowser1.GoForward
Test it and it it works make it and ur done!

Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
#1 · 18y ago
OL
olie122333
VB6 comes with a template for this, nub
#2 · 18y ago
IP
ip_ban
This is retarded if i may say so myself... This is a webbrowser with no add ons or support or anything. It's a plain webbrowser. Plus you take no credit for it. And never ask for Thanks or Rep...
#3 · 18y ago
ace76543
ace76543
Quote Originally Posted by ip_ban View Post
This is retarded if i may say so myself... This is a webbrowser with no add ons or support or anything. It's a plain webbrowser. Plus you take no credit for it. And never ask for Thanks or Rep...
so he's supposed to beg for thanks and rep like a fucking ******? hey i have a better idea, why don't you just shut the fuck up? and if you want a tutorial telling you exactly how to put every addon in the world into your brower then get the fuck off my site

Quote Originally Posted by olie122333 View Post
VB6 comes with a template for this, nub
anyone who isn't a complete fucking moron would still want to know how to make one themselves so they can, get this, make one themselves.
#4 · edited 18y ago · 18y ago
Twisted_scream
Twisted_scream
Thanks. Very usefull.
#5 · 18y ago
DO
do27
Great Execelent, its made easy tuts with youtube video...
#6 · 18y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • Tut: how to make cheeseBy ace76543 in General
    14Last post 19y ago
  • [Request]Tut how to make his own bypassBy BurakG in WarRock - International Hacks
    3Last post 19y ago
  • [Tut]How to Make KoWarrock Account EasyBy EyalZamir in WarRock Korea Hacks
    181Last post 18y ago
  • [TuT] How to make PW and value box for Guns/Superjump/SkyStormer(VB6)By jokuvaan11 in WarRock - International Hacks
    14Last post 19y ago
  • (TUT)how to make your own warrock menuBy aprill27 in WarRock - International Hacks
    0Last post 19y ago

Tags for this Thread

#make#tuthow#webbrowser