Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Winsock Solutions: 26 - 50 of 67
 
Hi masters, I need the code  in VB 6.0 to make a Multithread socket server, its this posible?. Regards
im using a winsock control and im trying to access a page that uses a basic authentication (the username and password prompt) and im trying to figure out how i send the login information to th...
Running XP Pro SP1.  Just cleaned out nasty virus and some bad drivers.  Now I can't connect online at all nor ping anything.  All settings show correct in ipconfig.   I've done the LSP and Wi...
I have a simple Visual Basic program that opens a file and then copies it over an UDP socket to a destination port. BUT i get  an error saying:    Run-time error '10035'    Socket is non-blo...
Ok, I needed a socket solution fast for testing my code in Navision (MS Dynamics NAV). So I thought I make a client with vbscript. Said and done, 5 minutes of googling and I found Gurgen Alave...
I'm trying to create a simple PING program in C to transmit ICMP packets with specific TOS bits set. I followed KB248611 (http://support.microsoft.com/kb/248611) and set the registry correc...
I have generate a string from a table using loop in php. then  place a Marquee tag and pass this string to it. its running very well but I want that when Marquee string complete one scrol...
Hi, Hopefully someone who reads this will know straight away... I have a server app and a client app. The serverapp recieves data using a TCP stream, and then executes the said data as an S...
I can not get the Flexlm service to start.  When I do a perfom status enquiry I receive this: -------- Status -------- Flexible License Manager status on Sat 5/3/2008 21:51 [Detecting...
I have a winsock application that accepts connections from remote clients. The application checks for connectivity by writing a small packet to the client if the write fails the client is remo...
Hello Experts,         I want to be able to send byte information via TCP connection to another TCP device. The packet looks as follows. 00 00 F3 A5 00 08 0E 00  00 00 03 00 00 00 0C F0 ...
Hello! I want a piece of code which will give me list of shares and shared folders in my network. My computer isn't part of domain, althought I think it's not related to our subject. I n...
I have a very simple SMTP email program I'm testing.  If I connect to a server with the SMTP service running, it works perfectly and sends a little email message. If the SMTP service is not...
Simple server that listens on port 10030. Once a client connects to it, the server sends back a message to the client says "Hello To Socket Programming World!" then closes the socket. Use teln...
Out of my experience with networks I have never seen this before. - There are 8 PCs and one web server (all physically in different locations geographically). - 7 PCs can ping and communicat...
I am trying to call Winhttp.dll from a VB app. I specifically need to carry out this process using windows native DLL's, not COM objects. When I run the attached code, I get the error 12005, ...
Looking for a clean way POST to an existing webpage over SSL (https) in VB6 and retrieve the result afterward.
Given a server that communicates with a lot of clients (several thousands concurrently) using a proprietary protocol over TCP, I am interested in performance and scalability of a .NET solution...
I have written a threaded Winsock server to upload data from a series of client machines to a central host. Each client is running WinXP. The central host is running Linux RH. I need to encryp...
I'm trying to get the sample program "How to Sockets Server" and "How to Sockets Client" to work on my LAN at home. I'm running the server on a win2k machine and the client on an XP laptop. My...
So I have to configure a lot of routers for my job and so far I've gotten my c# program to work beautifully and it saves me a lot of time , the problem comes when they upgraded the firmware on...
If I use the "getservbyname", I can correctly assign my Winsock port to SMTP: ServEntry = getservbyname("smtp", "tcp"); if (ServEntry != NULL) {     sin.sin_port = ServEntry->s_port; } I...
I ported my code from linux to windows. I get weird error about 10014 refering to accept() error...The error lies around the code below. Output: Choose a port to listen on: 32324 waiting ...
My PC has two version of IP's. Here is what my ipconfig represents: Wireless LAN adapter Wireless Network Connection:    Connection-specific DNS Suffix  . : *****.com    Link-local IPv6...
hi my question is what the difference between Winsock2 and the System.net.sockets namespace for sockets programming? what i mean by the diffrence is: -how many connetions? -can i use wins...