VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make TextBox to Convert all the entered characters to Upper Case

Karnam Bhanu Prakash  (4 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Fri 28th March 2003   Mon 8th February 2021

Make TextBox to Convert all the entered characters to Upper Case

API Declarations



Private Const ES_UPPERCASE = &H8&
Private Const GWL_STYLE = (-16)
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long

Rate Make TextBox to Convert all the entered characters to Upper Case (1(1 Vote))
Make TextBox to Convert all the entered characters to Upper Case.bas

Make TextBox to Convert all the entered characters to Upper Case Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters