Dear all,
I am wondering, how may I create a right click options that's similar to those options that you right click on your desktop???
Thanks
PlayKid
Printable View
Dear all,
I am wondering, how may I create a right click options that's similar to those options that you right click on your desktop???
Thanks
PlayKid
hehe add a context menu to your form
then set the ContextMenu property of your form to it
you could also show the context menu by code by doing
yourContextMenu.Show (someControlOnTheForm, coordinateOfTheMenuOnTheForm)
but most controls have a contextmenu property anyways