how do i create a popup menu when i right click on the form in vb.net? the vb6 code doesn't seem to work. any ideas? thanks,
Printable View
how do i create a popup menu when i right click on the form in vb.net? the vb6 code doesn't seem to work. any ideas? thanks,
Check out the ContextMenu control, you can also just use one in code without making it at designtime if you want.
works like a charm.