ch_rizwan094
Guest
|
Posted:
Wed Apr 06, 2005 4:55 pm Post subject:
Convert AutoCAD drawing into Visual Basic |
|
|
i wish to take the drawing of autoCAD into Visual Basic and then there some work will be done on the drawing , now this drawing has no relation with AtuoCAD , this is independent file in visual Basic environment,
please send me code or any thing which provide me help to achieve this thing,
My ID:
ch_rizwan094@hotmail.com
any help will be highly appreciated
With regards,
Ch Rizwan
|
|
Tom Closs
Guest
|
Posted:
Wed Apr 06, 2005 9:33 pm Post subject:
Re: Convert AutoCAD drawing into Visual Basic |
|
|
It sounds like you want to use your AutoCAD drawing as a image for a dialog
box. The best method I have found to do this is to open the drawing in
AutoCAD. Use a screen capture software like Snag-It
(http://www.techsmith.com/products/snagit/default.asp) to create an image as
a bit map. Then you can add the Bitmap to your VB control (Form, Button,
ect.) I do this all of the time for custom dialog boxes. I hope this
helps good luck.
--
Tom Closs
INCAT
tcloss@incat.com
www.incat.com
"ch_rizwan094" <nospam@address.withheld> wrote in message
news:27212761.1112792150993.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | i wish to take the drawing of autoCAD into Visual Basic and then there
some work will be done on the drawing , now this drawing has no relation |
with AtuoCAD , this is independent file in visual Basic environment,
| Quote: |
please send me code or any thing which provide me help to achieve this
thing,
My ID:
ch_rizwan094@hotmail.com
any help will be highly appreciated
With regards,
Ch Rizwan |
|
|