VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get the Text out of the address ComboBox in Internet Explorer on a Win95/98 machine.

Thomas Young  (1 Submission)   String Manipulation   VB 6.0   Unknown Difficulty   Sun 31st October 1999   Mon 8th February 2021

Get the Text out of the address ComboBox in Internet Explorer on a Win95/98 machine.

API Declarations


Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 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
Private Const WM_GETTEXT = &HD
Private Const WM_GETTEXTLENGTH = &HE

Rate Get the Text out of the address ComboBox in Internet Explorer on a Win95/98 machine. (1(1 Vote))
Get the Text out of the address ComboBox in Internet Explorer on a Win95/98 machine..bas

Get the Text out of the address ComboBox in Internet Explorer on a Win95/98 machine. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters