System.Net.Sockets namespace?? Chat programm!

S

Sven

My current application is programmed in Visual Basic 6.0
It is a server and uses the winsock-control

Now I have learned that the winsock control is not (fully) supported by
VB.NET and that I have to use the "System.Net.Sockets namespace"

As I am new to VB.NET, I want to ask if anyone knows a site where I can
download a sample chat application programmed in VB. NET 2003?

I mean there are a lot of Chat-programm-samples out there for VB 6 but I did
not found any for VB. NET!

Thanks a lot in advance!!
 
H

Herfried K. Wagner [MVP]

* "Sven said:
My current application is programmed in Visual Basic 6.0
It is a server and uses the winsock-control

Please don't multipost!
 
T

Tom Shelton

My current application is programmed in Visual Basic 6.0
It is a server and uses the winsock-control

Now I have learned that the winsock control is not (fully) supported by
VB.NET and that I have to use the "System.Net.Sockets namespace"

As I am new to VB.NET, I want to ask if anyone knows a site where I can
download a sample chat application programmed in VB. NET 2003?

I mean there are a lot of Chat-programm-samples out there for VB 6 but I did
not found any for VB. NET!

Thanks a lot in advance!!

Did you check the samples that are installed with Visual Studio? There
used to be a chat program among those...
 
I

IbrahimMalluf

Hello Sven

Here is an irc client done in VB.Net. Might give you some ideas.

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=144&lngWId=10

There is also a chat program example on the MSN site called WinTalk

http://msdn.microsoft.com/library/d...cpsamples/html/wintalk_application_sample.asp

I hope this helps :)


--
Ibrahim Malluf
http://www.malluf.com
==============================================
MCS Data Services Code Generator
http://64.78.34.175/mcsnet/DSCG/Announcement.aspx
==============================================
Pocket PC Return On Investment Calculator
Free Download http://64.78.34.175/mcsnet/kwickKalk1.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top