- Local time
- Today, 15:56
- Joined
- Feb 28, 2001
- Messages
- 30,193
Just as a "comment from the peanut gallery" here, I used to have the "can't hide a control that has focus" error until I took a hard look at the screen and found a control that was never eligible for hiding. Then I set focus to that control before I did the hide operation. Understand that doing so will trigger two more events... a _LostFocus from where you are and a _GotFocus to where you are going.