|
-
Dec 12th, 1999, 04:21 PM
#1
Thread Starter
Lively Member
I am trying to write a prog for AIM, but i am unable to do it. I have no idea how to get AIM and my prog to communicate. Any suggestions?
-
Dec 13th, 1999, 01:17 PM
#2
Junior Member
Hi,
I have faced this problem before. A wonderful API that windows includes is the SendMessage command. With this you can click buttons, get active/online users, check active logged on user, and do just about anything you need to do.
The SendMessage command is used in conjunction with many others such as FindWindow, FindWindowEx, and for getting active windows there is GetWindowText and GetWindowTextLength. Along with the API calls use the WM_* declarations. All of them are listed in the API viewer with VB.
If you need more information consult: www.msdn.microsoft.com (Microsoft Developer's Network)
or VB-World also has some examples.
Hope this helps!
JT
-
Dec 13th, 1999, 01:23 PM
#3
Thread Starter
Lively Member
thanx a lot. i needed that!
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
|