hi,
After managing to write a small code that opens msn messenger, I am looking for the syntax to have to send messages to specific recipients.
I found the code for typing an entry in a text file;
[Open "C:\Documents and Settings\chaoui.1\Desktop\sample.txt" For Output As #1
Print #1, "blabla"
Close #1]
but I am not sure how to adapt it. I also tried using
[myCD.Command = "Open"] with 'messenger' instead of 'myCD',
but no luck.
any suggestions?
thanks
Hala
After managing to write a small code that opens msn messenger, I am looking for the syntax to have to send messages to specific recipients.
I found the code for typing an entry in a text file;
[Open "C:\Documents and Settings\chaoui.1\Desktop\sample.txt" For Output As #1
Print #1, "blabla"
Close #1]
but I am not sure how to adapt it. I also tried using
[myCD.Command = "Open"] with 'messenger' instead of 'myCD',
but no luck.
any suggestions?
thanks
Hala