Hi:
Need to add a right click /context menu for a combo box with (add, delete as menu items). Is there an example on how ot do it?
Thanks,
Mihail
Hi Mihail,
I don't know of any samples of this, but it's pretty straightforward. ConextMenu's work the same for every control. You just put a ContextMenu on the form and set the ContextMenu property on the control you want to use it for.
Is there any specific part of this that's giving you trouble?