Create image in Form 'on the fly'

D

Dave F.

Hi

I'm using Excel 2003 & AutoCAD

I have an XML file of point co-ordinates that I use to create 2d symbols for AutoCAD.

On the Userform I would like an Image of each of the symbols to display as they're selected from a listbox.

To do one for each would take for ever (& they're likely to change).

Is there a technique to do this on the fly using the XML data?

Sorry, this is the first time I've done this & I've no idea where to start.

Thanks in advance.
Dave F>
 
J

Jim Cone

An alternative is to use an ImageList control on the form
to store the images. See...
http://msdn.microsoft.com/library/d...s/vbcon98/html/vbconusingimagelistcontrol.asp
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)




"Dave F."
wrote in message
Hi
I'm using Excel 2003 & AutoCAD
I have an XML file of point co-ordinates that I use to create 2d symbols for AutoCAD.
On the Userform I would like an Image of each of the symbols to display as they're selected from a listbox.
To do one for each would take for ever (& they're likely to change).
Is there a technique to do this on the fly using the XML data?
Sorry, this is the first time I've done this & I've no idea where to start.
Thanks in advance.
Dave F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top