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 › Reading lines from text file?

Reading lines from text file?

Posts 1–5 of 5 · Page 1 of 1
PP
ppl2pass
How to check if webpage is loaded or not.
How to check if webpage is loaded or not.

this doesnt fill in the form.

Code:
WebBrowser3.Navigate("http://www.*******.com/connect")
        If WebBrowser3.StatusText = ("Done") Then
            If WebBrowser3.Url.ToString = "http://www.*******.com/connect" Then
                WebBrowser3.Document.GetElementById("addresses").SetAttribute("value", TextBox5.Text)
#1 · edited 16y ago · 16y ago
mnpeepno2
mnpeepno2
uhh, wtf do we do with this? this is the basics of a fucking web browser
#2 · 16y ago
Erinador
Erinador
[php]WebBrowser3.Document.GetElementById("addresses").S etAttribute("value", TextBox5.Text)[/php]

Replace that with a msgbox just to test it actually gets to that part. If you don't see the msg box
Check:
[php] If WebBrowser3.Url.ToString = "http://www.*******.com/connect" Then
[/php]
to see if the url doesn't change

Check:
[php]If WebBrowser3.StatusText = ("Done") Then[/php]
Try:
[php]If WebBrowser3.ReadyState = True Then[/php]
^Dunno if it's correct all of this is done of the top of my head
#3 · 16y ago
NextGen1
NextGen1


@mneep , he was asking for a resolution


Document_Completed Event

or

Readystate=True
#4 · edited 16y ago · 16y ago
Blubb1337
Blubb1337
Code:
 Do While webbrowser1.ReadyState <> WebBrowserReadyState.Complete

            Application.DoEvents()

        Loop
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • [TUT] Reading lines from a web document.By Jason in Visual Basic Programming
    10Last post 16y ago
  • How to read a text file from a websiteBy ppl2pass in Visual Basic Programming
    3Last post 16y ago
  • [TUT]How to read and write to a text fileBy XORxHACK in Java
    18Last post 16y ago
  • [Help]VB Read text file[Solved]By mo3ad001 in Visual Basic Programming
    3Last post 16y ago
  • [Help]How to draw text from a file?By seeplusplus in Combat Arms Coding Help & Discussion
    29Last post 15y ago

Tags for this Thread

None