hey all,
my first VB assignment at uni works fine except for one thing. When the program starts it runs until it gets to SetFocus and then gives me a Run time error '5' an invalid procedure call or argument.
Private Sub Form_Load()
optBackColour1.Value = True
optTextColour1.Value = True
optFont1.Value = True
optPointSize1.Value = True
txtStyles.SetFocus
End Sub
Private Sub optBackColour1_Click()
txtStyles.BackColor = &HFFFFFF
txtStyles.SetFocus
End Sub when it starts it reads the Form_Load code and skips to the optBackColour1_Click sub be qives me the error when it gets to txtStyles.SetFocus
any help will be appreciated.....
_________________________
"Mrs. Jones, I'm sorry to inform you, but we've run the tests, and it appears that you have XP. Now don't cry - it's bad, but it's not a death sentence. Modern science has advanced in recent years, and it's now possible to live a reasonably happy life with XP. And there's a survivor's group that you'll want to meet as well."