tags:

views:

56

answers:

1

I'd like to edit/set icq status with a c# app when a certain action occurs. I know there's an API that seems much too oversized for that. Can someone suggest a better way e.g. manipulating a registry value or something?

How would you do this?

A: 

You will need to research the ability to connect with a ICQ client inorder to change a status, and/or if it will allow you to do this. Using the API is the easiest way to do it. Also, take a look at building a plugin for Pidgin. That would be able to solve the issue for you.

monksy