How can I ignore the "focus" click on a c# windows application

  • Thread starter Thread starter Robert Jones
  • Start date Start date
R

Robert Jones

If my application doesn't have focus and someone clicks on the menu, the
menu click is "lost" as the form gets focus, and the user then has to click
on the menu a second time to actually activate the menu.

Is there a way for this focus click to be ignored and the menu to respond
immediately to the first click?
 
if you want to pop up the menu on evey time when form get focus then
simple pop up the menu when form get focus.

Salman
 

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

Back
Top