VB.NET 2003 - Problem with renaming form.text

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?
 

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

Top