hi, i have created the commandbar as Menu using C#. i want to add CommandBar as a popup (context) menu in Ms Projecct. is it Possible? how?
MS Project already has a right click context sensitive menu so I'm not quite sure how you plan to invoke yours. But yes it's possible, you will need to use the windows API's to make project the parent of your menu form. "Mohan Kumar" wrote: > hi, > > i have created the commandbar as Menu using C#. i want to > add CommandBar as a popup (context) menu in Ms Projecct. is it Possible? how? > >