VS 2010 breaks my keydown events

Posted by Erik Karlsson on Stack Overflow See other posts from Stack Overflow or by Erik Karlsson
Published on 2010-05-19T22:49:48Z Indexed on 2010/05/19 22:50 UTC
Read the original article Hit count: 330

Filed under:
|
|

I have a custom control, a groupbox, which reacts on key events on a assigned key. It is possible to remove this groupbox, as well as adding more dynamically. Havnt been any trouble in VS 2008 so far.

Two days ago i installed VS 2010. And i started to get multiple event fireing, and removing a groupbox did not remove the specific key events attached to it.

Where did it go wrong?

I use -= on the events present in the gruopbox code to remove them before removing the groupbox.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about events