Bug with ShowInTaskbar?

  • Thread starter Thread starter Donovan Zimmerman
  • Start date Start date
D

Donovan Zimmerman

if i have a button the programatically toggles the topmost property and
ShowInTaskbar of a form (topmost=true, ShowInTaskbar=false OR
topmost=false, ShowInTaskbar=true), the mouseenter and mouseleave events
stop firing on my picturebox controls on my form. It's the ShowTaskBar
that's the problem, take it out they work. The weird thing is, the
mouseenter will fire the first time after toggling the properties, but the
mouseleave will never fire. Version 1.0 of the framework. I didn't try it in
V1.1 yet. Is this a known bug, and/or is there a way around it?

Donovan Zimmerman
Dicodemy
 
I also can reproduce the problem on V 1.1. It seems to be a issue of
framework. However, there is no workaround for it now.
 
Back
Top