Results 1 to 3 of 3

Thread: AOL Instant Messanger

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Posts
    64

    Post

    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?

  2. #2
    Junior Member
    Join Date
    Nov 1999
    Location
    Socal, USA
    Posts
    25

    Post

    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Posts
    64

    Post

    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
  •  



Click Here to Expand Forum to Full Width