VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

get text of other application

Sahir  (5 Submissions)   Windows System Services   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

gets text from other application

Returns
gets text from other application

API Declarations

Private Declare Function GetWindow Lib "user32" (ByVal hwnd As Long, ByVal wCmd As Long) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function GetClassName Lib "user32" Alias "GetClassNameA" (ByVal hwnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long) 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 get text of other application (3(3 Vote))

Download get text of other application

get text of other application Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters