
Why LoadPicture() works on local pathes and doesn't work on the URLS
Quote:
> I need to download images to ImageList. What I can use for it???
My guess is that you'll need to write a VB UserControl that encapsulates and exposes an ImageList control with images loaded at design time rather than at runtime.
Of course you'll then need to deal with packaging, signing. and installing it on the client:
Internet Component Download Tutorials
http://msdn.microsoft.com/library/default.asp?url=/workshop/delivery/...
How to Package Components for Internet Distribution
http://msdn.microsoft.com/workshop/delivery/download/tutorials/button...
You'll also need to implement IObjectSafety on your UserControl:
Q182598 - HOWTO: Implement IObjectSafety in Visual Basic Controls
http://support.microsoft.com/support/kb/articles/Q182/5/98.ASP
This is a pretty good illustration of why I personally would never consider using TreeView, ListView, and ImageList controls in IE...
--
Michael Harris
Microsoft.MVP.Scripting
Seattle WA US
--