Results 1 to 4 of 4

Thread: Outputting recieved data.

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2007
    Posts
    2

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outputting recieved data.

    Welcome to the forums.

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

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2007
    Posts
    2

    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.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outputting recieved data.

    Post the code that you have.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width