|
-
May 18th, 2004, 01:15 PM
#1
Thread Starter
Junior Member
really simple question
Hi,
i have 6 text boxes, i've made a button called clear, when data has been inputted into the text boxes, i want to be able to press the clear button and it clears all the data
ive tried this :
TxtWinner1.Text = ""
TxtWinner2.Text = ""
TxtWinner3.Text = ""
TxtWinner4.Text = ""
TxtWinner5.Text = ""
TxtWinner6.Text = ""
TxtWinner6.Text = ""
but it doesn't work can anyone help?
-
May 18th, 2004, 01:53 PM
#2
Frenzied Member
do you have the code in the right event? are the controls named right?
It's tough being an unhandled exception...
___________
VB.NET 2008
VB.NET 2010
ORACLE 11g
CRYSTAL 11
-
May 18th, 2004, 02:24 PM
#3
Frenzied Member
That ought to work if you've followed Eye Talion's post. You can use txtWinner1.Clear() as well.
-
May 18th, 2004, 02:27 PM
#4
Thread Starter
Junior Member
thank you its working now
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|