Jul 14, 2002 #1 JaRu Programmer Jul 14, 2002 1 NO I'm in the process of developing a application using PB8 and ASE12.5 and would like to view and print autocad drawings in the application. Do any of you know if there is any software, plugins etc which may help me doing this? best regards, Jan Rune Hogstad
I'm in the process of developing a application using PB8 and ASE12.5 and would like to view and print autocad drawings in the application. Do any of you know if there is any software, plugins etc which may help me doing this? best regards, Jan Rune Hogstad
Feb 17, 2003 #2 tabhijit Programmer Feb 10, 2003 61 HK You can open the files using OLE object. but u need to install AutoCad on the machine. You can get file name using GetFileOpenName function to get the file name. Insertfile in OLE object and activate the ole object. Thanks, Abhijit. Upvote 0 Downvote
You can open the files using OLE object. but u need to install AutoCad on the machine. You can get file name using GetFileOpenName function to get the file name. Insertfile in OLE object and activate the ole object. Thanks, Abhijit.