Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

usisng msn messeger via vb

Status
Not open for further replies.

Hala73

Programmer
Sep 6, 2003
13
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top