• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Could someone write this program without modifying AIM?

Pastore

Diamond Member
I am trying to figure out how to do a program like this... If you have AIM running, along with Winamp, the name of the song you are listening to appears in your profile, and obviously, changes whenever you change the song... I figured it would be pretty easy considering its real easy to brag the filename that is in use and throw it up in your AIM profile... But I am kind of lost on how to get started with it... I havent programmed in a year and a half...

Thanks for anyones help or maybe you just want to take a stab at it 🙂
 
ummm... thats a lot of system resources to throw out the window just to let people see what you are listening too...
 
Since your AIM profile is just an HTML file it's not too difficult to do the actual inserting, although you have to make sure the file never gets larger than 1024 Bytes. As for the Winamp part, you could either write a plug-in or write a small external program that monitors Winamp's title bar using GetWindowText or something.
 
Back
Top