Outputting recieved data.
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.
Re: Outputting recieved data.
Welcome to the forums. :wave:
What have you got so far? What isn't working?
Re: Outputting recieved data.
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.
Re: Outputting recieved data.
Post the code that you have.