converting textbox content into uppercase at keypress With VB.NET


 How to convert textbox to be uppercase!  





Private Sub TextBoxName_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBoxName.KeyPress

e.KeyChar = UCase(e.KeyChar)

End Sub
converting textbox content into uppercase at keypress With VB.NET
Item Reviewed: converting textbox content into uppercase at keypress With VB.NET 9 out of 10 based on 10 ratings. 9 user reviews.
Emoticon? nyengir

Berkomentarlah dengan Bahasa yang Relevan dan Sopan.. #okemasbro! ^_^

Komentar Terbaru

Just load it!