VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Auto Text generation..when you press a key the related text will appear in a textbox autotmatically

milind/Clio  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Sun 11th August 2002   Mon 8th February 2021

Auto Text generation..when you press a key the related text will appear in a textbox autotmatically

API Declarations


Dim i As Integer
Dim str As String





Private Const CB_FINDSTRING As Long = &H14C
Private Const CB_SHOWDROPDOWN As Long = &H14F


Private Declare Function SendMessageStr Lib "user32" Alias "SendMessageA" _
(ByVal hwnd As Long, _
ByVal wMsg As Long, _
ByVal wParam As Long, _
ByVal lParam As String) As Long

Private Declare Function SendMessage Lib "user32" Alias _
"SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, _
lParam As Any) As Long


Rate Auto Text generation..when you press a key the related text will appear in a textbox autotmatically (2(2 Vote))
Auto Text generation..when you press a key the related text will appear in a textbox autotmatically.bas

Auto Text generation..when you press a key the related text will appear in a textbox autotmatically Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters