Hi,
I am working on a vb6 to
vb.net migration project using VS2008. In vb6,there is a method called Popupmenu(). eg:-
Code:
popupmenu(form1.menusort,vbpopupmenuleftalign
where menusort is atoolstrip menu item .
Is there any
vb.net equivallent available?
i tried to use contextmenu.show() method. But its not accepting the toolstripmenuitem as parameter.
Any help appreciated.
Sumith