Bug with ShowInTaskbar?

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
 
D

Duke Sun

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top