yag
Guest
Hello
Therefore via code creates a menu with the classic commands that the vba of autocad provides also present as an example in the help.
at every start of my application I make a loop on the menu items
in group zero gates and add type appl_1.0.00 the first time all
works well at the next reboot (of my appliccation) because being
previously deleted does not add it as long as you do not restart autocad
do you have any advice on this to avoid this torture
?
Therefore via code creates a menu with the classic commands that the vba of autocad provides also present as an example in the help.
at every start of my application I make a loop on the menu items
in group zero gates and add type appl_1.0.00 the first time all
works well at the next reboot (of my appliccation) because being
previously deleted does not add it as long as you do not restart autocad
do you have any advice on this to avoid this torture