I have a context menu that I've attached to my NotifyIcon. It's working well
except that for two of the menu items, I don't want the main form to be
activated.
For these two menu items, I want to run some code without displaying the form.
I've tried setting the WindowState, but this causes the form to activate and
then deactivate, and it is visually awkward.
Can anyone tell me how to prevent some context menu items from activating my
form from a NotifyIcon?
--
Chad