Problem with OnDragLeave

  • Thread starter Thread starter Advait Mohan Raut
  • Start date Start date
A

Advait Mohan Raut

Hello friends,
I am working with .Net 2.0 System.Widows.Forms . I created a custom
control. There I overrided the OnDragLeave method of the
Control.OnDragLeave. I included some notification calls and GUI
changes in OnDragLeave but while testing is seems that they dosent
fire when the mouse leaves while dragging. The event is fired only
when I up the mouse button when the mouse pointer is out side of the
control.
I want ot make the event fire when the mouse pointer leaves in mouse
button down state. Kindly let me know the solution.

Advait
 
Advait said:
Hello friends,
I am working with .Net 2.0 System.Widows.Forms . I created a custom
control. There I overrided the OnDragLeave method of the
Control.OnDragLeave. I included some notification calls and GUI
changes in OnDragLeave but while testing is seems that they dosent
fire when the mouse leaves while dragging. The event is fired only
when I up the mouse button when the mouse pointer is out side of the
control.
I want ot make the event fire when the mouse pointer leaves in mouse
button down state. Kindly let me know the solution.

Advait

Please can anybody help me for this ?
 
Back
Top