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 › google search help

Questiongoogle search help

Posts 1–15 of 26 · Page 1 of 2
hopefordope
hopefordope
google search help
hello guys i am making a web browser and i wanted to know how to make a textbox that searches at Google and different search engines.
it is like the thing that is right of the navigation bar in Internet explorer.
#1 · edited 16y ago · 16y ago
WA
warrockpwner123
Its Called Link Label press thanks if i helped
#2 · 16y ago
hopefordope
hopefordope
no i am talking about a textbox search
not a label
#3 · 16y ago
TR
trevor206
Quote Originally Posted by hopefordope View Post
no i am talking about a textbox search
not a label
use get element by id.
#4 · 16y ago
MvRouC12
MvRouC12
Super easy.

textbox1.text being the "Search" Text box
Code:
        WebBrowser1.Navigate("http://www.google.com/search?hl=en&source=hp&q=" + TextBox1.Text + "&btnG=Google+Search&aq=f&aqi=&aql=&oq=&gs_rfai=")
#5 · 16y ago
hopefordope
hopefordope
dude i know this stuff

but i am asking so that it can change seacrh engine

ex. a combo box and the drop down has yahoo and google and other providers
#6 · edited 16y ago · 16y ago
Blubb1337
Blubb1337
Code:
Dim base as string = ""
Dim query as string = Textbox1.Text

If comBobox1.text = "Google" then
base = "http://www.google.de/search?hl=de&q="
elseif comBobox1.text = "Youtube" then
base = "http://www.youtube.com/results?search_query="
end if

webbrowser1.navigate(base & query)
#7 · 16y ago
MvRouC12
MvRouC12
all sooo simple. haha. solved tag anyone? haha
#8 · 16y ago
'Bruno
'Bruno
i hope you are not using .net webbrowser.. because that sucks as hell imo.. ><
#9 · edited 16y ago · 16y ago
hopefordope
hopefordope
im using a tabbed one thts like uber advanced
#10 · 16y ago
Blubb1337
Blubb1337
I can tell,that it is not ubah advanced without seeing it.
#11 · 16y ago
'Bruno
'Bruno
Quote Originally Posted by Blubb1337 View Post
I can tell,that it is not ubah advanced without seeing it.
you evil =o
#12 · 16y ago
MvRouC12
MvRouC12
Lol. Blubb wins.
#13 · 16y ago
Hassan
Hassan
Quote Originally Posted by Blubb1337 View Post
I can tell,that it is not ubah advanced without seeing it.
Obvious is obvious =D
#14 · 16y ago
mnpeepno2
mnpeepno2
mine is uber, u have all seen it :P
#15 · 16y ago
Posts 1–15 of 26 · Page 1 of 2

Post a Reply

Similar Threads

  • [Help] Google search a textbox value [solved]By pushdis15 in Visual Basic Programming
    10Last post 15y ago
  • Pixel Search HELP!!By LustforPride in Vindictus Help
    0Last post 15y ago
  • Google Search TipsBy Flawless in Spammers Corner
    4Last post 16y ago
  • [Request/Search]Help by Modding AK47 to RPK!By dean-wingess in Combat Arms Mod Discussion
    0Last post 16y ago
  • Search help!By jennysoft3743 in Suggestions, Requests & General Help
    0Last post 17y ago

Tags for this Thread

None