Page 1 of 1
saome help ;)
Posted: Thu May 05, 2011 2:05 pm
by JustFashion
how can I make Irc Chat in Visual Basic ?
Re: saome help ;)
Posted: Thu May 05, 2011 3:17 pm
by Napster1488
There is a Library to do a Chat Client.
Otherwise u can do it trough FTP.
I found a Tutorial for a IRC Chat Client over Winsocket.
http://www.xtremevbtalk.com/showthread. ... post379047
Re: saome help ;)
Posted: Thu May 05, 2011 4:57 pm
by Axel
Irc is not a chat but a protocol, so not FTP and not sockets.
Recently there was a topic with an answer
Re: saome help ;)
Posted: Thu May 05, 2011 6:13 pm
by mandai
IRC uses TCP sockets, you could implement the protocol using that. Or you could use a 3rd party library.
Re: saome help ;)
Posted: Sun May 08, 2011 11:48 am
by rocky4126
I think you'll find you can use sockets for IRC, How do you think PHP IRC bots use? That just connects to the IRC port and sends the data to the daemon.