how to interact vb.net with flash chat room?
Posted
by
elca
on Stack Overflow
See other posts from Stack Overflow
or by elca
Published on 2012-06-18T02:04:31Z
Indexed on
2012/06/18
3:16 UTC
Read the original article
Hit count: 126
vb.net
I'm making a vb.net application which interacts with a flash chat room. I was capturing http traffic with live HTTP header in Firefox but it is not HTTP traffic. How can I implement it so that it can interact with a flash chat room?
For example in this site.
When people enter here they are required to enter a nickname to chat with other people.
So what I exactly want know is, when enter this site
I want to input my nickname into this flash chat window and click 'Join' button within VB.NET
How can i implement this program with vb.net?
Any clues or any samples will be much appreciated!
Thank you!
© Stack Overflow or respective owner