G
Guest
Hello,
I am having a problem using Form.ShowDialog in C# (2003).
I display a form with ShowDialog and then close it, then re-display with
ShowDialog again. Note that I am not re-instantiating the form, I don't
dispose after closing the form. The form shows correctly both times BUT, I
don't get any mouse_hover or mouse_leave events after the close and re-show.
This is causing some problems with some 3rd party components I use
(specifically ChartFX and Syncfusion). I have uses SPY and hooked into the
message loop and it is definitely not firing mouse_leave or mouse_hover after
the close and re-show.
Has anybody experienced this issue and/or have a workaround?
Thanks,
Dan
I am having a problem using Form.ShowDialog in C# (2003).
I display a form with ShowDialog and then close it, then re-display with
ShowDialog again. Note that I am not re-instantiating the form, I don't
dispose after closing the form. The form shows correctly both times BUT, I
don't get any mouse_hover or mouse_leave events after the close and re-show.
This is causing some problems with some 3rd party components I use
(specifically ChartFX and Syncfusion). I have uses SPY and hooked into the
message loop and it is definitely not firing mouse_leave or mouse_hover after
the close and re-show.
Has anybody experienced this issue and/or have a workaround?
Thanks,
Dan