VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make TextBox to Convert all the Entered Characters to Lower 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 Lower Case

API Declarations



Private Const ES_LOWERCASE = &H10&
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 Lower Case (1(1 Vote))
Make TextBox to Convert all the Entered Characters to Lower Case.bas

Make TextBox to Convert all the Entered Characters to Lower Case Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters