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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

write add ins

  • Thread starter Thread starter sml2010
  • Start date Start date
S

sml2010

Guest
Hi to all
smiley1.gif


I want add a menu to solid works software. Can you please
help me and tell me with what software and how can i
write a program that when i install the program, it add a
menu to solid works and that menu have my special request
and icons that these requests are not in solid works.


I am wait for your reply.


Thank you
 
Hello, just in case you're still stuck on that issue:
You can select Help -> API Help
and the search just look up Menus
Try to find the article titled (probably the second one) Add Shortcut Menu to Add-ins (C# or VB.NET)

Copy the file and compile. You must have MSDN 10 and higher though and make your program as a standalone. The help should have more information on making Standalone applications.

Hope that helps!
~ron
 

Part and Inventory Search

Sponsor

Back
Top