- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I've created a few commands for AutoCAD using vb.net.
I've noticed the standard AutoCAD commands have a preview, with a short explanation of the command.
(I'm calling it 'commandpreview', but I really don't know if this is allright. I've attached a screenshot with an example.)
Because some command are not used frequently I wanted to create a 'commandpreview' for each of my commands to make it easier to choose the right command.
How can I achieve this? Is it even possible using vb.net? I really don't know where to start.
The standard commands also have icons, is it possible to use my own icons? I've tried to pick an icon in Visual Studio, but this option is greyed out for class-modules.
Solved! Go to Solution.