Asychronous WebRequest
From: Fred Herring (FredHerring_at_discussions.microsoft.com)
Date: 11/17/04
- Next message: Willy Denoyette [MVP]: "Re: LDAP connection & query works on XP, but not on 2003"
- Previous message: John Bailo: "Re: Referencing Assemblies"
- Next in thread: Dino Chiesa [Microsoft]: "Re: Asychronous WebRequest"
- Reply: Dino Chiesa [Microsoft]: "Re: Asychronous WebRequest"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 15:15:01 -0800
I have some httpwebrequest code in my vb application which works great for
loading large files form my web server virtual directory. Since I need the
results of the web request before I can really proceed, I don't mind waiting
for the data to complete loading before continuing program operation. The
one thing that does bother me is the fact that my window is locked in place
for the duration of the download and any windows that move over it polute the
window. Is there a way to have my code wait for the data to complete loading
and still have the window responsive to drag commands and refresh itself if
another window passes over.
Fred
- Next message: Willy Denoyette [MVP]: "Re: LDAP connection & query works on XP, but not on 2003"
- Previous message: John Bailo: "Re: Referencing Assemblies"
- Next in thread: Dino Chiesa [Microsoft]: "Re: Asychronous WebRequest"
- Reply: Dino Chiesa [Microsoft]: "Re: Asychronous WebRequest"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|