mERGE cONTEXT MENUES
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
IN A PROJECT, i extended picturebox class, then added a context menu to picture box. in a form , i used picturebox, how to add new contextmenuitems to picture box?
The extact same way... Create a ContextMenuStrip object and fill in the stuff you want, then go into the properties of the PictureBox control and change its ContextMenuStrip property to the name of your menu. Dave Kreskowiak Microsoft MVP - Visual Basic