Application goes behind the others

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm getting a trouble here... sometimes my application goes behind the
other... and I don't know why?

it just goes behind.... and lose the focus!!!!

Does anyone got an ideia why it is happening?
 
Applications have the ability to take focus (including yours,
fortunately)...another app is apparently doing that. If you are
programming in Windows Forms you can kick yours to the front with a
call to your form's Activate() method.

JP
 
by the way... there is any way to know if the focus was stollen?

It was really good to know that :D but I think that is impossible because
you may want to call another application.... and the the Activate will not
let you do it :(

What do you think?
 

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