Results 1 to 26 of 26

Thread: IRC Client How To Get Channel Text Help

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2007
    Location
    http://ZeroMeaning.com
    Posts
    16

    IRC Client How To Get Channel Text Help

    I have the client its in vb.net 8 i am using Microsoft Visual Studio 2005 it can connect and disconnect from the server join and leave the channel and can send text to the channel and it tells me what i say when i leave and join and connect and disconnect but i cant get it to get the text that everyone else says i used a tutorial and some of another guys source that he posted and i am wondering how i can make it get the data of what people say and have it output it to my status window i can send the source to someone if they need thank you and sry for not putting this into sentences i am kind of in a rush :P
    edit: I am using winsocks and i thought this would work but it dosent

    Code:
            Dim data As String
    
            Winsock1.GetData(data)
            txtstatus.Text = txtstatus.Text & data & vbCrLf
    Last edited by zillarat; Aug 26th, 2007 at 09:53 PM.

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