How To Make a 'Right Click Menu'
Posted: Thu Nov 12, 2009 8:46 pm
Ok first of all you need to follow these easy steps:
1. Put a contextmenustrip on your form.
![Image]()
2. Now you need to enabled it on your item.(Can be textbox, richtextbox, picturebox, etc.)
![Image]()
3. Edit the items on the contextmenustrip.
![Image]()
For a Separator follow these instructions:
1. Place random text on one of the items, right click > Convert to > Separator.
![Image]()
Ok back to the contextmenustrip,
4. Add code to your items, double right click (really fast) on the item you want to code. Then add it!
![Image]()
5. Dubug, and enjoy the results!
![Image]()
1. Put a contextmenustrip on your form.

2. Now you need to enabled it on your item.(Can be textbox, richtextbox, picturebox, etc.)

3. Edit the items on the contextmenustrip.

For a Separator follow these instructions:
1. Place random text on one of the items, right click > Convert to > Separator.

Ok back to the contextmenustrip,
4. Add code to your items, double right click (really fast) on the item you want to code. Then add it!

5. Dubug, and enjoy the results!
