Please support our VB.NET advertiser: Programming Forums
Views: 1401 | Replies: 2
•
•
Join Date: Sep 2005
Location: St. Louis
Posts: 145
Reputation:
Rep Power: 4
Solved Threads: 0
I can't figure out how to clear the text boxes in this program when the Enter button is clicked. Here is what I have...
Public Class AccountInformationForm
Private Sub enterButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles enterButton.Click
balanceLabel.Text = Val(balanceLabel.Text) - Val(withdrawalTextBox.Text) _
+ Val(depositTextBox.Text)
End Sub
End Class ' AccountInformationForm•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode