Load/Unload AddIn via Menu
Posted: Wed Jul 20, 2005 9:27 am
Hi,
How I can load/unload my AddIn via menu?
I tried ^C^C^C (command "_appload" "MyAddIn.AddIn") but this popup Load Application Files Window.
When I try (command "_appload" "MyFileAddIn.dll") this work, but addins not loaded becaus this is for SDS Application an only SDS_main is launched...
I can't found any methods in IIcadApplication or IIcadDocument about loading/unloading addins...
And no MenuBar or CommandBar like in Office Applications...
Thanks
How I can load/unload my AddIn via menu?
I tried ^C^C^C (command "_appload" "MyAddIn.AddIn") but this popup Load Application Files Window.
When I try (command "_appload" "MyFileAddIn.dll") this work, but addins not loaded becaus this is for SDS Application an only SDS_main is launched...
I can't found any methods in IIcadApplication or IIcadDocument about loading/unloading addins...
And no MenuBar or CommandBar like in Office Applications...
Thanks