I have created a form in VB and I am calling this form via new menu in solidworks 2011
When this form is shown, form can not be seen inside the solidworks screen.
I have to do shift tab and then form is seen.
I want that the form is to be active & shown within the solidworks graphics area.
Here is the code
bRet = axSldWorks.AddMenuItem2(swDocDRAWING, AXCookie, ax1Menu1, 0, "test", "", "")
Sub test()
Form.Show 0
End Sub
- Sanjay Phadke.
SolidworksApi macros