Object viewer in VBA

Object viewer in VBA

nzeeben
Autodesk Autodesk
370 Views
5 Replies
Message 1 of 6

Object viewer in VBA

nzeeben
Autodesk
Autodesk
This is more of a land issue, but I want to launch a vba dialog with a portion of my AutoCAD dwg being shown within that dialog, is this even possible?
0 Likes
371 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable
Hi, I can't answer your first question, but a work around may be open your form in one corner of the screen and to do a zoom window to the area you want to display (with experiment you should be able to get the relevant window corners) -- Laurie Comerford CADApps www.cadapps.com.au "nzeeben" wrote in message news:4067618.1097261427801.JavaMail.jive@jiveforum2.autodesk.com... > This is more of a land issue, but I want to launch a vba dialog with a portion of my AutoCAD dwg being shown within that dialog, is this even possible?
0 Likes
Message 3 of 6

Anonymous
Not applicable
Depends on what you want to do with it but if its only for displaying, you could order your macro to export a portion of the dwg to a wmf and then read it back in your form. -- Saludos, Ing. Jorge Jimenez Ulate SICAD S.A., Costa Rica "nzeeben" escribió en el mensaje news:4067618.1097261427801.JavaMail.jive@jiveforum2.autodesk.com... > This is more of a land issue, but I want to launch a vba dialog with a > portion of my AutoCAD dwg being shown within that dialog, is this even > possible?
0 Likes
Message 4 of 6

nzeeben
Autodesk
Autodesk
Ideally I would like to do something similar to what the quick section command in Land Desktop shows.
0 Likes
Message 5 of 6

Anonymous
Not applicable
Hi, I think you will find that requires serious programming. If it's for in house use, I'm sure it would be cheaper to buy Land Desktop. If it's for commercial use, you should find a professional programmer and get him to help. -- Laurie Comerford CADApps www.cadapps.com.au "nzeeben" wrote in message news:96081.1097555060037.JavaMail.jive@jiveforum1.autodesk.com... > Ideally I would like to do something similar to what the quick section command in Land Desktop shows.
0 Likes
Message 6 of 6

nzeeben
Autodesk
Autodesk
I am writing something for civil 3D, and want to emulate some land behavior.
0 Likes