It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Software Windows Forum

Begining Visual Basic 2008 Problem (radio buttons)

Begining Visual Basic 2008 Problem (radio buttons)

Postby hummbabybear on Sat Mar 14, 2009 6:24 pm

Form has 6 radiobuttons. How would I also clear the totalLabel.text when a different radiobutton is clicked?

I use this code to clear a label when data in a textbox changes:

Private Sub hoursTextBox_TextChanged(ByVal sender As Object, ByVal e _
As System.EventArgs) Handles hoursTextBox.TextChanged
'Clear totalLabel when data in hoursTextBox changes
totalLabel.Text = String.Empty
End Sub 'hoursTextBox_TextChanged
hummbabybear
 
Posts: 1
Joined: Sat Mar 14, 2009 6:19 pm

Who is online

Users browsing this forum: No registered users and 0 guests