I have a vb6 code that uses vb6 command
PopupMenu(mnuPopup(0), vbPopupMenuRightButton)
to show a context menu.
The old vb6 code is using MenuStrip for context menu strip.
I read in some of the forum post that UltraToolbarsManager can do the same.
But there is no sample application.
I tried the steps in the following link but I couldn't get it working
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/html/WinToolbarsManager_Display_a_Menu_as_a_Context_Menu.html
Thanks
Hello Dibya,
I attached a sample application for you. I used the information and walked the steps from the link provided which actually now is updated. This is the new link with these steps: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinToolbarsManager_Display_a_Menu_as_a_Context_Menu.html
Please do not hesitate to ask if something comes up.