D
Darin
i have a form with many textboxs. on a couple of textboxes, i have a
ContextMenu (not contextmenustrip, just contextmenu). When i right-click
the menu is displayed and all works fine. the issue is if my cursor is
on a different text box (say box 1) and the contextmenu is on box 4, and
with the cursor in box 1 (so that is where the focus is) they
right-click in box 4, the menu is displayed but focus hasn't actually
moved to box 4 - focus is still on box 1. How can i make it so when the
right-click on a text box is done, focus changes to that text box? Am i
missing a command on the click method or something?
Darin
ContextMenu (not contextmenustrip, just contextmenu). When i right-click
the menu is displayed and all works fine. the issue is if my cursor is
on a different text box (say box 1) and the contextmenu is on box 4, and
with the cursor in box 1 (so that is where the focus is) they
right-click in box 4, the menu is displayed but focus hasn't actually
moved to box 4 - focus is still on box 1. How can i make it so when the
right-click on a text box is done, focus changes to that text box? Am i
missing a command on the click method or something?
Darin