I am continuing to program some kind of keyboard navigation in my simple graphic program (using C#). And I ran into trouble once again.
Panels are not getting focus, you have to select the panel if you want to track leave and enter events
call panel1.Select() in MouseClick Event
panel1.Select()
MouseClick