Hi,
I want to make my staff id text box only accept upper case letters and not lower cases, please how do i go about it?
I wrote these lines but they stil dont work:
Private Sub txtStudID_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtStudID.KeyPress
txtStudID.Text.ToUpper()
End Sub
Thanks for your help in advance