VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Remove the password-chars (stars, asc 2A hex) from the input boxes. Run it after you opened the inp

Waterfall  (4 Submissions)   Windows System Services   Visual Basic 5.0   Unknown Difficulty   Tue 14th December 1999   Mon 8th February 2021

Remove the password-chars (stars, asc 2A hex) from the input boxes. Run it after you opened the input dialog mask.

API Declarations


Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Public Declare Function IsWindow Lib "user32.dll" (ByVal hWnd As Long) As Long
Public Const EM_SETPASSWORDCHAR = &HCC
Public Const EM_GETPASSWORDCHAR = &HD2
Dim Tmp As Long


Rate Remove the password-chars (stars, asc 2A hex) from the input boxes. Run it after you opened the inp (1(1 Vote))
Remove the password-chars (stars, asc 2A hex) from the input boxes. Run it after you opened the inp.bas

Remove the password-chars (stars, asc 2A hex) from the input boxes. Run it after you opened the inp Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters