Is there a command or a lisp function that will automatically remove all menus, toolbars, alias and even keyboard shortcuts (or apply my own over the top)? I need to do this everytime I load Icad (icad.lsp) and instead load my menus (maybe even my toolbars, aliases and keyboard shortcuts).
Also once these menus are set where is the info kept? Is it in the REGISTRY or an .INI file in WINDOWS folder?
Thankyou in advance.
Andreas Vasiliou
(Adelaide - Australia)
av@computersupport.itgo.com
#2
Andreas,
All this information is stored in the Registry and this is a no-go zone for Lisp.
To view this in the Registry select Start-->Run in Windows and type Regedit then select OK.
In Regedit select HKEY_USERS--> Default--> Software and look for CMS or ITC. You will see a list of Alias, Toolbars, Menu and even the last four drawings opened.
I recommend using VB of VBA to disable these system settings and install your own in the Registry.
------------------
Regards
John Finlay
Don't want to post a question - email me direct on john@acecad.com.au
All this information is stored in the Registry and this is a no-go zone for Lisp.
To view this in the Registry select Start-->Run in Windows and type Regedit then select OK.
In Regedit select HKEY_USERS--> Default--> Software and look for CMS or ITC. You will see a list of Alias, Toolbars, Menu and even the last four drawings opened.
I recommend using VB of VBA to disable these system settings and install your own in the Registry.
------------------
Regards
John Finlay
Don't want to post a question - email me direct on john@acecad.com.au