Results 1 to 8 of 8

Thread: [RESOLVED] strange problem with webbrowser control

Threaded View

  1. #1

    Thread Starter
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Resolved [RESOLVED] strange problem with webbrowser control

    i am trying to connect to the google accounts page using a webbrowser control .the zipped file has the project which connects to the login page .

    now if i click the step1 button it shows as disconnected but if i click secondmethod 1 button followed by secondmethod 2 button it shows as connected though both are executing the same set of statements..

    i also tried the following to wait for the webbrowser to complete loading
    VB Code:
    1. Do While webbrowser1.busy
    2.     DoEvents
    3.     sleep(1000)
    4. Loop

    any ideas why it does so??
    Last edited by litlewiki; Apr 13th, 2007 at 02:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width