VB Code:
'in the form load event you can use this to hide the text Me.Button1.ForeColor = Me.Button1.BackColor 'in the click event of the button, use this to show text Me.Button1.ForeColor = Me.ForeColor 'or Me.ForeColor = SystemColors.ControlText 'or Me.ForeColor = Color.Red 'etc




Reply With Quote