Menus cause main panel to get click events instead of text controls

2 Messages Forum Options Options
Embed this topic
Permalink
Cordilow
Menus cause main panel to get click events instead of text controls
Reply Threaded MoreMore options
Print post
Permalink
(This post was updated on )
I've noticed that when a menu or status bar is present, the main panel gets the focus rather than text controls, if I click on the text controls.  How do I let them take the focus instead?

This isn't a problem if there is no menu or status bar.
Cordilow
Re: Menus cause main panel to get click events instead of text controls
Reply Threaded MoreMore options
Print post
Permalink
I found that doing the following fixes this issue:
panelName.Enable(False)