Displaying a "context sensitive menu" is automatic for lisp or vba. They key
is the formatting of your prompt for the GetKeyword method. In the picture
you posted, notice the how square brakets and slashes are used to delineate
the choices that are established using the InitializeUserInput method.
--
----
Ed
----
"Matt W" wrote in message
news:5049357@discussion.autodesk.com...
I'm sure you can do the same thing in VBA using the
ThisDrawing.Utility.GetKeyword. I've never done anything with that in VBA
so I can't supply a snippet to get you going. I'm sure if you do a search
for GetKeyWord you'll find plenty of examples.
Good luck.
--
Matt W
"What am I gonna do with 40 subscriptions to Vibe?"
wrote in message news:5049278@discussion.autodesk.com...
I am talking about the command 'imageframe'. This turns off the frame box
around images. After typing in the command, I get a command prompt to type
in 0, 1, or 2. I also get a small pick menu to select either 0, 1, or 2. I
want to know how can I create a that pick menu in my programs. I am using
AutoCAD Mechanical 2006. It is sort of like Keyword except with a menu.