C# WinForms help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Iceman
    New Member
    • Jul 2008
    • 3

    C# WinForms help

    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.?
  • Iceman
    New Member
    • Jul 2008
    • 3

    #2
    Please note that when B appears (becomes visible) it shows up on top of the mouse pointer. This is on purpose and works fine.

    Comment

    Working...