|
-
Apr 28th, 2003, 06:15 PM
#1
Thread Starter
Fanatic Member
"DoEvents" in vb.net?
im wating for a webbrowser to retrieve a page..
im using
Code:
Do: DoEvents: Loop until wb.Busy = False
this code would be fine in vb 6, but DoEvents no longer exists (not declared??).. what do i use instead?
-
Apr 28th, 2003, 06:19 PM
#2
The picture isn't missing
a) You should post in the VB.NET section of the site.
b) You should use threading instead of using DoEvents.
c) You should search the site. A search in the VB.NET section for DoEvents led me to here: http://www.vbforums.com/showthread.p...light=doevents (Application.DoEvents())
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Apr 28th, 2003, 06:23 PM
#3
Sleep mode
DoEvents is still there , it's hidden under Application Object :
-
Apr 28th, 2003, 06:25 PM
#4
Sleep mode
and btw , why do you keep posting VB.NET related in VB6 section ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|