Jan 24 2011, 06:09 PM
Alright The Whole Point of this topic is to help out noob coders with some basic codes so if you know any thing post it below ill start
^ When You Click The Label It Changes From What it Was Before To "Blah"
Code:
Private Sub Label1_Click()
Label1.Caption = "Blah"
End Sub