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
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