View Single Post

  #8 (permalink)  
Old 03-01-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,177
Hi,

is this C# ?

Then you have a lots of overload method. Try:

Code:
PopupMenu.Show(MousePosition);
Reply With Quote