setFocus

  • Thread starter Thread starter Radith Silva
  • Start date Start date
R

Radith Silva

HI TO ALL:

What happen to the setFocus method from VB 6.0

I have a code:
With txtName
.Text = ""
.setFocus

VB.NET don't read it.
What is the alternative???

Thanx in advance

Radith Silva
(e-mail address removed)
 
Hi Radith,

Try what it does for you in the activated event from the form?

textbox1.focus()

Cor
 
Back
Top