Asychronous WebRequest

From: Fred Herring (FredHerring_at_discussions.microsoft.com)
Date: 11/17/04


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



Relevant Pages

  • Slow Soft-RAID 5 performance
    ... The Kernel boot log is attached as boot.msg ... MEM window: disabled. ... registered new interface driver usbfs ... Loading ide-core ...
    (Linux-Kernel)
  • Re: Application Startup Performance
    ... You may also be doing a bunch of other data setup during startup. ... However, if you are, for example, opening a database connection or loading ... I really want to eliminate the "slow WM" perception and I really think it ... People want to see the "window" pop up ASAP generally, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: [kde] how to get focus for my app at login screen.
    ... I think this is because window is not getting focus well, ... other core things are still loading. ... I am not sure if you need to kill it after kdialog returns or if this ... Archives: http://lists.kde.org/. ...
    (KDE)
  • Re: hWnd to string
    ... C# application is loading. ... My plan is to pass the splash window handle (hWnd) as a command line ... the C# application when its finished loading. ...
    (microsoft.public.vc.language)
  • Re: Asychronous WebRequest
    ... - use an async web request, ... > for the data to complete loading before continuing program operation. ... > one thing that does bother me is the fact that my window is locked in ...
    (microsoft.public.dotnet.general)