PDA

View Full Version : How can i use *.dxg and *.dxw files.



aleksander_tenev
01-11-2006, 11:38 AM
Hi ,how can i use *.dxg and *.dxw files in my projects ?

blackvoid
01-11-2006, 12:04 PM
Like this:
SpriteDXImage.Items.LoadFromFile('Dxg\sprite.dxg') ;

There are tutorials here in more detail.
http://www.cerebral-bicycle.co.uk/links.asp?cat=24&subj=5

WILL
01-11-2006, 01:02 PM
UnDelphiX has packaged DXG and DXW tools to create and modify these files aswell.

aleksander_tenev
01-11-2006, 09:06 PM
UnDelphiX has packaged DXG and DXW tools to create and modify these files aswell.

Yes , i know for these tools ,but i didn't know how can i use they until now :


SpriteDXImage.Items.LoadFromFile('Dxg\sprite.dxg') ;