How do you give an object focus? I found this in MSDN, but it didn't work:

VB Code:
  1. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  2.  
  3.     TextBox1.Focus()
  4.  
  5. End Sub


Thanks in advance,
Furry