A
Alex
I created Shared Add-in using VS 2005 Shared Add-in template. (C#) It inserts
its own menu in MS Project 2003 menu bar. One menu item ("Options") shows
Windows Form with PropertyGrid in it. Clicking 2-3 times on options and
closing options form eventualy makes custom menu stop working at all. It
looks like my Add-in gets completely unloaded. After I restart MS Project
2003 and it starts working again, until it stops again after 2-3 Options
dilog shows.
All other custom menu items just display MessageBox for me (testing...).
Those menu items do not break anything.
Any suggestions? Can I use Forms with Add-ins at all? Or it is just
PropertyGrid problem?
its own menu in MS Project 2003 menu bar. One menu item ("Options") shows
Windows Form with PropertyGrid in it. Clicking 2-3 times on options and
closing options form eventualy makes custom menu stop working at all. It
looks like my Add-in gets completely unloaded. After I restart MS Project
2003 and it starts working again, until it stops again after 2-3 Options
dilog shows.
All other custom menu items just display MessageBox for me (testing...).
Those menu items do not break anything.
Any suggestions? Can I use Forms with Add-ins at all? Or it is just
PropertyGrid problem?