P
Peter
Have anyone fooled around with the Fluent.toc dll?
http://www.fluentconsulting.com/components/Fluent.Toc/
This is the code they used to post in C#
Send Message Example
TocClient tc = new TocClient();
tc.SignIn("myscreenname","password");
tc.Send("mybuddy","Hello!");
tc.SignOut();
And this is my conversion
Dim tc As Fluent.Toc.TocClient
tc.SignOn("myUser", "myPass")
tc.Send("MyFriendsAIM", "Hello! From VB.net!")
tc.SignOff
and this doesn't seem to work. And for the life of me I cannot seem
to capture the error message from the events?
Any one else have any luck?
http://www.fluentconsulting.com/components/Fluent.Toc/
This is the code they used to post in C#
Send Message Example
TocClient tc = new TocClient();
tc.SignIn("myscreenname","password");
tc.Send("mybuddy","Hello!");
tc.SignOut();
And this is my conversion
Dim tc As Fluent.Toc.TocClient
tc.SignOn("myUser", "myPass")
tc.Send("MyFriendsAIM", "Hello! From VB.net!")
tc.SignOff
and this doesn't seem to work. And for the life of me I cannot seem
to capture the error message from the events?
Any one else have any luck?