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 › [Pic TuT] Web browser Vb8

Exclamation[Pic TuT] Web browser Vb8

Posts 1–6 of 6 · Page 1 of 1
m60
m60
[Pic TuT] Web browser Vb8
Ok so some ppl ask for it but not much but its easy so here it is....

First start a normal project....

[IMG]http://i279.photobucke*****m/albums/kk138/bap159/TuTpic1.jpg[/IMG]

Now Make form1 as big as u want it to be then add a Panle when u do this go to the panles properties and find Doc and click the drop down menu and click the top butten and make the panle small but able to fit a textbox....

[IMG]http://i279.photobucke*****m/albums/kk138/bap159/TuT11.jpg[/IMG]

Now add a butten and make the textbox long also name the butten GO....(if u dont know how ill expline at the bottem)....

[IMG]http://i279.photobucke*****m/albums/kk138/bap159/TuT11-1.jpg[/IMG]

Ok now to add the acutle browser look throw ur common controls box and at the bottem is the web browser add it to the form and do the same as u did with the panle but make it as fill.....

[IMG]http://i279.photobucke*****m/albums/kk138/bap159/TuT11-2.jpg[/IMG]

Ok now for the codeing and ill explane what each code dose b/c of a tip i was given in my last TuT now duble click the GO butten and this page will load....

[IMG]http://i279.photobucke*****m/albums/kk138/bap159/TuT11-3.jpg[/IMG]

Now click under the line that says "Private Sub Button1_Click" and then add this code...
WebBrowser1.Navigate(TextBox1.Text)
It should look like this....

[IMG]http://i279.photobucke*****m/albums/kk138/bap159/TuT11-4.jpg[/IMG]

Ok now that code basicly say for what ever is typed in to the Text box while be serched thro the web browser... and now ur done see not very hard but one thing any web site u want to pull up oh say like this one u have to have the HTTP:// thing or it wont serch so it would look like this "http://www.mpgh.net" when u add it to the address bar "textbox"

Ok now if u dont know how to change the name on ur butten click ur butten look throw it properies and find Text in it should be "butten1" click that and type "Go" then click some where eals and ur good...

Hope u liked and if u can thank me or click my habamon (both) na dhelp me there... well cya next time
oh and if u need any help like alwasy just ask
#1 · edited 17y ago · 17y ago
NatureSkillz
NatureSkillz
So many tuts of this, is this a full one?
#2 · 17y ago
jvwarrior
jvwarrior
it doesnt need the http:// part

This is my entire Code and I dont need HTTP:// :
(Funny, its exacully like yours, and I didnt make it using this tut at all, and I dont need HTTP://)

Code:
Public Class Form2

    Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        WebBrowser1.Navigate(TextBox1.Text)
    End Sub

    Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted

    End Sub
End Class
#3 · 17y ago
MoonLight
MoonLight
This tutorial is kinda easy, but one of the 'Main'-Things you need to know, if you ask me. :P

Btw. some Pictures got deleted.
#4 · 17y ago
IC
ich1go
Thanks for tut, so easy, but it has mainframe tools you gotta know
#5 · 17y ago
GG2GG
GG2GG
there are so many tuts for this
#6 · 17y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • Web BrowsersBy Jackal in General
    19Last post 20y ago
  • [Release] Warrock Web Browser [Release]By pkerkid in WarRock - International Hacks
    7Last post 18y ago
  • [Release] Anguish v1.0 + Free Web Browser (lol)By nukeist_ in WarRock - International Hacks
    9Last post 18y ago
  • My new web browser!!!By programing4life in Visual Basic Programming
    4Last post 18y ago
  • can some 1 make me a web browserBy GG2GG in Visual Basic Programming
    3Last post 18y ago

Tags for this Thread

#browser#pic#tut#vb8#web