How to invoke click event of textarea in webbrowser

Posted by Abhishek on Stack Overflow See other posts from Stack Overflow or by Abhishek
Published on 2010-05-26T08:28:07Z Indexed on 2010/05/26 8:31 UTC
Read the original article Hit count: 313

Filed under:

I m making a webbrowser control in C#.I have logged into the webbrowser.I have shown all the friends who r currently online in a list box after clicking a button "AvailableFriends".After that i have taken a richtextbox.I have written any text inside that.after that i have taken another button called "Send".Now when i press the button "Send" the text what i have written in the richtextbox was reflected automatically in all the chatboxes of my friends who r online.

Now wat i need to do is the text area of the chatboxes contain the text written by me in the richtextbox but it needs to be send automatically to all the friends.

Some body please help me out.

© Stack Overflow or respective owner

Related posts about c#