ActiveControl

  • Thread starter Thread starter Muhammad Arif
  • Start date Start date
M

Muhammad Arif

Dear All,

The ActiveControl property is not available with application object in
VB.Net compact framework. How do I implement it in VB.Net CF?

Regards,
Arif
 
The ActiveControl property is not supported on the compact framework. You
can find the control that currently has focus by iterating through all
controls in the Form and checking the Focused property for each control
until you find the one with focus.

--
Regards,

Maarten Struys, eMVP
PTS Software bv

www.opennetcf.org | www.dotnetfordevices.com
 

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