VDS2MSN   -   By Sjoerd van der Hoorn
-------------------------------------

This dll (or exe) is a control for MSN.
It's useing DDE to communicate with eichother...

Here are the commands:

dde link,vds2msn,MSNGateway			- Loads the EXE and sets up communication

dde poke,action,set_status_online		- This sets the status to Online, Away, Busy....
dde poke,action,set_status_away
dde poke,action,set_status_busy
dde poke,action,set_status_be_right_back
dde poke,action,set_status_on_the_phone
dde poke,action,set_status_out_to_lunch
dde poke,action,set_status_invisible		- This is to set the status to Invisible, so you don't log off
dde poke,action,log_off				- This will log you off

dde poke,action,get_logon_email			- Use this command to get your Logon Email
dde poke,action,get_friendlyname		- This will give you your Friendlyname
dde poke,action,get_servicename			- This will give the Servicename (.NET Software)

dde poke,friendlyname,new_friendlyname		- Change new_friendlyname to your Friendlyname

You can get the output from the program with this:  @ddeitem(Output)

There's a lot more to come... For so long, just take a look and say if you like it...

Sjoerd van der Hoorn

skit3000@hotmail.com