Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Task Manger to Inventor Menus

1 REPLY 1
Reply
Message 1 of 2
The_Angry_Elf
188 Views, 1 Reply

Task Manger to Inventor Menus

I'm hoping someone can shed some light on this if possible.

I'm just trying to customize my Inventor ribbon menus to include the Task Manager into the Tools ribbon.

For the life of me I can't get it to import to the customized menu.

 

Has anyone else attempted such?


Cheers,

Jim O'Flaherty
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Owner - Celtic Design Services, LLC - cdscad.com - An Autodesk Service Partner
We are available for hire. Please DM me or visit our website
Autodesk Inventor Certified Professional * Autodesk Certified Instructor * Autodesk Expert Elite * AU Speaker 2015 through 2022 * AU Speaker Mentor
"Mr. O'Flaherty, never go into small computers. There's no future in them" - Dr. C.S. Choi circa 1984
1 REPLY 1
Message 2 of 2
theo.bot
in reply to: The_Angry_Elf

create a small macro, then add macro to the ribbon.

 

Format:HTML Format Version:1.0 StartHTML: 165 EndHTML: 1758 StartFragment: 314 EndFragment: 1726 StartSelection: 314 EndSelection: 314SyntaxEditor Code Snippet

Dim proc As New System.Diagnostics.Process()

proc = Process.Start("C:\Program Files\Autodesk\Inventor 2015\Bin\TaskScheduler.exe", "")

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums