Vb.Net Addin - Show iProperties Dialog Box & Tab To "Physical"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have the following Inventor VBA macro that works great!
Public Function DisplayProperties()
ThisApplication.CommandManager.ControlDefinitions.Item("AppiPropertiesWrapperCmd").Execute2 (False)
Call SendKeys("{%}")
For Counter = 1 To TabCount
Call SendKeys("{RIGHT}")
Next Counter
End Function
Does anybody know what the equivalent code for a Vb.Net AddIn would be?
I need to tab the iProperties dialog so that it shows the "Physical" tab. Please see the attached picture.
Many thanks in advance!
Kind Regards
Darren