473,320 Members | 1,719 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

bot using dotmsn

Hi

i am developing a bot using dotmsn

the following is a snippet of code from the C# windows app.

This piece of code sends a message in response to the user starting the
conversation & sending the message. The code after that creates a new
conversation with that user & sends another message.

private void Switchboard_TextMessageReceived(object sender,
TextMessageEventArgs e)
{

// creating a new text message
TextMessage message = new TextMessage("testing");

// sending the message over this switchboard
Conversation.Switchboard.SendTextMessage(message);

// inviting the same user to a new conversation
con_user.Invite(the_one);

// creating a new text message for the next conversation
TextMessage in_mess = new TextMessage("testing 2");

MessageBox.Show("new conversation");

// sending the message in_mess over the second conversation
con_user.Switchboard.SendTextMessage(in_mess);

}
That was the piece of code that is written to be executed whenver the
Conversation.Switchboard.TextMessageReceived event is fired

Now the problem is the last statement in the code i.e
con_user.Switchboard.SendTextMessage(in_mess); doesn't show the new
conversation if I comment out the MessageBox.Show("new conversation");
statement. however if works perfectly fine if it is not commented.
This being a bot I cannot have this MessageBox statement. Please advise
what I can do.

thanks

Nov 17 '05 #1
1 3151
Devang,
I'm not sure a lot of people even know what dotmsn is. I do, because I used
it to send msn messenger notifications with a windows service that monitors
websites being up or down. As I recall, it has an event-driven model and this
may be part of your issue.
Make sure you look over the sample code and that you have event handlers
rigged up for each event that can be triggered.
Hope this helps,
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Devang" wrote:
Hi

i am developing a bot using dotmsn

the following is a snippet of code from the C# windows app.

This piece of code sends a message in response to the user starting the
conversation & sending the message. The code after that creates a new
conversation with that user & sends another message.

private void Switchboard_TextMessageReceived(object sender,
TextMessageEventArgs e)
{

// creating a new text message
TextMessage message = new TextMessage("testing");

// sending the message over this switchboard
Conversation.Switchboard.SendTextMessage(message);

// inviting the same user to a new conversation
con_user.Invite(the_one);

// creating a new text message for the next conversation
TextMessage in_mess = new TextMessage("testing 2");

MessageBox.Show("new conversation");

// sending the message in_mess over the second conversation
con_user.Switchboard.SendTextMessage(in_mess);

}
That was the piece of code that is written to be executed whenver the
Conversation.Switchboard.TextMessageReceived event is fired

Now the problem is the last statement in the code i.e
con_user.Switchboard.SendTextMessage(in_mess); doesn't show the new
conversation if I comment out the MessageBox.Show("new conversation");
statement. however if works perfectly fine if it is not commented.
This being a bot I cannot have this MessageBox statement. Please advise
what I can do.

thanks

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: rawCoder | last post by:
Hi All, I have a *.cer file, a public key of some one and I want to encrypt some thing using this public key. Can someone point me to a sample code for Encrypting some file using...
1
by: Mike | last post by:
When trying to compile (using Visual Web Developer 2005 Express Beta; frameworkv2.0.50215 ) the source code below I get errors (listed below due to the use of ICallBackEventHandler. Ultimately I...
10
by: Christopher Benson-Manica | last post by:
Why can't I use a class destructor in a using declaration: using MyClass::~MyClass; ? -- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org ...
17
by: beliavsky | last post by:
Many of my C++ programs have the line using namespace std; but the "Accelerated C++" book of Koenig and Moo has many examples where the library names are included one at a time, for example ...
8
by: Petter Reinholdtsen | last post by:
I ran into a problem on HP-UX 11.00 the other day, where it refused to compile a program using 'using namespace std;' at the top. The reason seem to be that the compiler refuses to accept 'using...
14
by: john.burton.email | last post by:
I've done some extensive searching and can't seem to find an answer to this - Is it correct to using "using" with templates, for example: using std::vector; Or do I need to specify the type...
5
by: Enos Meroka | last post by:
Hallo, I am a student doing my project in the university.. I have been trying to compile the program using HP -UX aCC compiler, however I keep on getting the following errors. ...
3
by: JDeats | last post by:
I have some .NET 1.1 code that utilizes this technique for encrypting and decrypting a file. http://support.microsoft.com/kb/307010 In .NET 2.0 this approach is not fully supported (a .NET 2.0...
2
by: fAnSKyer/C# newbie | last post by:
Hi, I recently want to write a program in C# which can send Messages via AIM or MSN, or ICQ ~~ I am wonder if it is possible? Or these IMs provided any API's so that we can program? Thanks a...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.