|
-
Jul 5th, 2005, 04:47 AM
#1
Thread Starter
Fanatic Member
what is the main function of winsock in vb.net?
i intend to develop a chat application similar to msn messenger......thus may implement with winsock..........
can i know what is the main function of the winsock?
Last edited by kenny_oh; Oct 8th, 2005 at 10:59 AM.
-
Jul 5th, 2005, 04:51 AM
#2
Re: what is the main function of winsock in vb.net?
Main function of winsock?
To send data from socket to socket 
if you are interested in learning please see my sig there is a guide in there aimed at begginners 
http://www.vbforums.com/showthread.php?t=297308
Pino
-
Jul 5th, 2005, 04:52 AM
#3
Re: what is the main function of winsock in vb.net?
What do you mean by "main function"? Winsock is used to establish connection between 2 or more computers and send data between them.
BTW, Welcome to VBF!
-
Jul 5th, 2005, 04:58 AM
#4
Re: what is the main function of winsock in vb.net?
Whoops pino didnt read the title,
DONT use winsock in .Net there are new classes involved which is removing the need for winsock.
Got to this link and download the 101 vb.Net examples. In there there is an application reagrding sockects in .NET
http://www.vbforums.com/showthread.php?t=306750
Pino
Winsock is used to establish connection between 2 or more computers
Not allways UDP doesnt have a connection
-
Jul 5th, 2005, 05:01 AM
#5
Thread Starter
Fanatic Member
Re: what is the main function of winsock in vb.net?
ohhhh.....thank u thank u!!!
i'm new beginners of vb.net so need help from u all....wish can solve my problem
-
Jul 5th, 2005, 05:01 AM
#6
Re: what is the main function of winsock in vb.net?
 Originally Posted by Pino
Not allways UDP doesnt have a connection 
Memory loss.
-
Jul 5th, 2005, 05:05 AM
#7
Re: what is the main function of winsock in vb.net?
 Originally Posted by kenny_oh
ohhhh.....thank u thank u!!!
i'm new beginners of vb.net so need help from u all....wish can solve my problem
Well have a look at the example, and come back to us, if you new to .Net try some basic stuff first 
Pino
-
Jul 5th, 2005, 05:06 AM
#8
Thread Starter
Fanatic Member
Re: what is the main function of winsock in vb.net?
the program i develop is a chat application similar to msn messenger......where pc chatting with pda!! so in the server i plan to use winsock......should i continue use the winsock?
socket....macam sutiable for intranet woh(am i right?).......
-
Jul 5th, 2005, 10:09 AM
#9
Thread Starter
Fanatic Member
Re: what is the main function of winsock in vb.net?
the winsonck is quite similar to socket...........socket and winsock, which one is better?
-
Jul 5th, 2005, 11:08 AM
#10
Re: what is the main function of winsock in vb.net?
socket, its more complex, winsock is being phased out
-
Jul 6th, 2005, 09:47 AM
#11
Thread Starter
Fanatic Member
Re: what is the main function of winsock in vb.net?
the vb.net winsock work same as vb winsock? can the dataarrival method receive the data from client and send it to another client?
-
Jul 6th, 2005, 09:48 AM
#12
Re: what is the main function of winsock in vb.net?
yes it works the same, but .Net isnt designed to ahndle winsock, winsock doesnt coem with .Net adn you will only have it installed if you used Vb 6 
Steer away from it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|