PDA

Click to See Complete Forum and Search --> : Outputting recieved data.


bob950
Sep 22nd, 2007, 04:04 PM
Hello. I thought that it would be usefull for me to have visual basic as a language that I could somewhat understand, so I decided to try to learn it. I started making my first application. A simple IRC client that connects to a server, displays a userlist, and sends/recieves messages. I have it setup in two forms. A form where you input all your info (server, nickname, etc...) and another forum that has the chatbox and the userlist. The only thing I need to figure out how to do is output data into the userlist to make it display the users in the channel. I also need to figure out how to output recieved messages into the chatbox. I hope what I am saying makes sense. I would greatly appreciate any help. Thanks.

Hack
Sep 24th, 2007, 11:40 AM
Welcome to the forums. :wave:

What have you got so far? What isn't working?

bob950
Sep 24th, 2007, 03:44 PM
Well right now, the application can connect to a given server, send server messages, send chat messages, and join channels. The thing that I cannot figure out how to do is display the users in the channel in a userlist textbox, and display incomming chat messages in a different text box.

Hack
Sep 25th, 2007, 01:26 PM
Post the code that you have.