saving menu changes

saving menu changes

Anonymous
Not applicable
346 Views
2 Replies
Message 1 of 3

saving menu changes

Anonymous
Not applicable
I have a question regarding building menus using VBA. After I edit a
menu group using VBA, the changes don't seem to get added to the mns file.
When I close Autocad and restart the program, the changes to the menugroup
have not been saved.
Does anyone know how to save the changes?

Thanks,

Jon
0 Likes
347 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You have to call the Save method and specify that changes should be
saved to either the MNS or the MNC file.

--
http://www.acadx.com
"You keep using that word. I do not think it means what you think it
means."

"jon martin" wrote in message
news:[email protected]...
> I have a question regarding building menus using VBA. After I
edit a
> menu group using VBA, the changes don't seem to get added to the mns
file.
> When I close Autocad and restart the program, the changes to the
menugroup
> have not been saved.
> Does anyone know how to save the changes?
>
> Thanks,
>
> Jon
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
once again, thanks frank.
"Frank Oquendo" wrote in message
news:[email protected]...
> You have to call the Save method and specify that changes should be
> saved to either the MNS or the MNC file.
>
> --
> http://www.acadx.com
> "You keep using that word. I do not think it means what you think it
> means."
>
> "jon martin" wrote in message
> news:[email protected]...
> > I have a question regarding building menus using VBA. After I
> edit a
> > menu group using VBA, the changes don't seem to get added to the mns
> file.
> > When I close Autocad and restart the program, the changes to the
> menugroup
> > have not been saved.
> > Does anyone know how to save the changes?
> >
> > Thanks,
> >
> > Jon
> >
>
0 Likes