- Joined
- Aug 11, 2005
- Messages
- 3
- Reaction score
- 0
I have a countdown timer that I'm trying to display on the form.text property. The problem is that the only way I know of to call this property is "FormName".ActiveForm.Text = "CountDownTimer". This works fine as long as the form has focus. Once I leave the form the program errors out. Is there a way to access the Text property of a form without using "FormName".ActiveForm.Text?