AIM Online Times ??

tehon3299

Centurion
Joined
Jan 6, 2003
Messages
155
Location
Liverpool, NY
Does anyone know how to get the online time for a screen on AOL Instant Messenger? I want to write an app that will tell me how long someone has been signed on...just like it is in the AIM program.
 
I don't know of any easy way to do it, but I've heard of this project that purports to interfacing with all instant messengers. You may be able to delve into the code to see what's going on - a completely non-trivial task I'm afraid.

An cheap alternative might be to find the AIM process using the Win32 API and check it's running time. That won't show you connected time, just how long the program itself has been running. I don't really know the APIs for that but good luck :)

-Ner
 
u could try making ur own client and getting the time that way. i'm not sure if it would work in vb.net but in vb6 there is an .ocx called tocsock that is for doing aim stuff. there is no offical web-site that i know of, if u want it just search google or i'll send it to u.
 
ok heres tocSock if any one wants it. i wrote some batch files that copies it to system folder and then registers it with windows.

if someone could play around with it and help me out it would be greatly appreciated. i've played around with it for awhile and cant seem to get it to do any thing right, i cant even get it to login.

-Hitech
 

Attachments

Back
Top