How to display CommandBar as a popup (context) menu in Ms Project

M

Mohan Kumar

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?
 
S

Scudder

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.
 
Top