|
-
Sep 8th, 2001, 04:01 AM
#1
Thread Starter
New Member
Is this possible?
Check out what user have clicked or write on other program. Then record this and next time do same thing from record?
It's easy to send commands to another program but how to "listening".....?
-
Sep 8th, 2001, 05:45 AM
#2
Frenzied Member
In order ro handle other programs messages you will need to subclass the programs windows, i.e. you will need a standard dll (made in C++,ASM,Delphi).
-
Sep 8th, 2001, 12:24 PM
#3
Thread Starter
New Member
But it is not possible by using API??
-
Sep 8th, 2001, 01:16 PM
#4
Not from VB. In order to have control of another window's messages, you'd have to subclass it. Unfortunately, VB is not capable of subclassing windows outside of it's own threads. C++ is capable of it though, using a dll, as Vlatko has stated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|