
How to load image from server?
Hi,
The LoadPicture function doesn't support loading images through URL. You
can encode all the image data into the imageList using ActiveX Control Pad
(downloaded from
http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample...
l=/MSDN-FILES/027/000/228/msdncompositedoc.xml). However, please note that
this tool cannot work properly under Windows 2000.
The following article may also be helpful:
Q184975 BUG: Setting TreeView1.ImageList Causes Err in Internet Explorer
http://support.microsoft.com/support/kb/articles/q184/9/75.asp
This posting is provided "AS IS" with no warranties, and confers no rights.
Copy Right, 2001 Microsoft Corporation. All rights reserved.
Regards,
Kally Wang
Microsoft Support Professional
== Original Message ==
Subject: How to load image from server?
Date: Wed, 13 Mar 2002 12:03:17 +0800
Newsgroups: microsoft.public.vb.controls
Dear all,
I am using ActiveX-control : ImageList in my web page.
But I got problem load the image from my website / server.
Can't load image from URL.
How can i solve this problem?
Your help is highly appreciated.
cct