Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

MenuCallBack Function

Status
Not open for further replies.

Creigbm

Mechanical
Joined
Aug 1, 2003
Messages
161
Location
US
I am trying to create a menu item via a macro using the following code:

Code:
IsMenuItemAdded=SldWorks.AddMenuItem2(DocumentType, Cookie, MenuItem, Position, MenuCallback, MenuEnableMethod, HintString )

Does anyone know how to code the MenuCallback parameter? I am trying to set this so it will run a macro. Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top