VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



get text of other application

by Sahir (5 Submissions)
Category: Windows System Services
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

gets text from other application

Code 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

Download get text of other application

Download get text of other application (2 KB)

get text of other application Comments

No comments have been posted about get text of other application. Why not be the first to post a comment about get text of other application.

Post your comment

Subject:
Message:
0/1000 characters