OnGotFocus

  • Thread starter Thread starter Joshua Moore
  • Start date Start date
J

Joshua Moore

In my .netCF code, using object.Show() and object.BringToFront() causes the
OnGotFocus event to be fired, but using it in the full .net framework
doesn't. Any advice how to do the same thing on the .net framework?

Thanks,
 
This is called the Enter event in .NET, not onGotFocus. Have you checked
that event?
 

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