Message 1 of 3

Not applicable
05-11-2014
09:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to add lisp files to the CUI "LISP Files" section using .NET?
I can get the collection using:
var csMain = new CustomizationSection(Application.GetSystemVariable("MENUNAME"));
LspFileCollection lspFiles = csMain.MenuGroup.LspFiles;
And this to add my lisp to the collection:
lspFiles.Add(lispFile);
Unfortunately the changes are not saved and no lisps are loaded?
Solved! Go to Solution.