saome help ;)

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts Page 1 of 1
Contributors
User avatar
JustFashion
New Member
New Member
Posts: 14
Joined: Sat Nov 27, 2010 3:28 pm

saome help ;)
JustFashion
how can I make Irc Chat in Visual Basic ?
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Re: saome help ;)
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
YouTube Downloader v3.0
Image
Image
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: saome help ;)
Axel
Irc is not a chat but a protocol, so not FTP and not sockets.

Recently there was a topic with an answer
http://vagex.com/?ref=25000
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: saome help ;)
mandai
IRC uses TCP sockets, you could implement the protocol using that. Or you could use a 3rd party library.
User avatar
rocky4126
VIP - Donator
VIP - Donator
Posts: 258
Joined: Mon Nov 16, 2009 7:39 pm

Re: saome help ;)
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.
Image
5 posts Page 1 of 1
Return to “Coding Help & Support”