setfocus in vb.net?

  • Thread starter Thread starter Denis L. Menezes
  • Start date Start date
D

Denis L. Menezes

Hello friends.

Vb6 had setfocus(). What is it in vb.net?

Thanks
Denis
 
Hello,

Denis L. Menezes said:
Vb6 had setfocus(). What is it in vb.net?

Call the control's Focus method.

Regards,
Herfried K. Wagner
 

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

Similar Threads

How to keep focus on a control? 2
Process SetFocus 8
AfterUpdate/BeforeUpdate and SetFocus 1
SetFocus Not working 4
How to access variables defined on another form 10
setFocus 4
SetFocus 8
setfocus not working? 3

Back
Top