Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
WinSock Programming!!!
Name: Mohamed Date: August 31, 2003 at 16:36:24 Pacific OS: RHL 9 / Win XP CPU/Ram: 2.4 GHZ / 512 MB DDR
Comment:
i m working with WinSock library & i m using WSAAsyncSelect() to have an Asychrounous socket & i want to show a message box when the socket is ready but the problem is that i don't know the message used to indicate that the socket is ready. i searched winsock.h but nothing! can anybody help me? thanx in advance
Summary: I have made a simple server/client Winsock program. The server is on my laptop, and I want the client to be on another computer outside my LAN. Actually, my LAN is the problem. I have a D-Link router ...
Summary: I have a winsock program to send the contents of a file(size 1.5mb)..i break up the file and send it in sizes of 1028 bytes. However, the client does not seem to get all the data, even theough the sen...
Summary: what you're really looking for is sockets, specifically winsock, the microsoft implementation of sockets. www.socket.com or search google.com for "winsock programming" ...