I have two windows forms. (A and B).
A contains an instance of B
A and B are both invisible at program startup. A sits in the Taskbar at program
startup with a NotifyIcon. When the NotifyIcon recieves a left mouse click event
B becomes visible. (mouse is not released at this point).
B has mouse move / mouse down events however they don't fire until the mouse is released and clicked again. Why? Is there a way to make this work without releasing the mouse button and clicking it again.?
A contains an instance of B
A and B are both invisible at program startup. A sits in the Taskbar at program
startup with a NotifyIcon. When the NotifyIcon recieves a left mouse click event
B becomes visible. (mouse is not released at this point).
B has mouse move / mouse down events however they don't fire until the mouse is released and clicked again. Why? Is there a way to make this work without releasing the mouse button and clicking it again.?
Comment