How do I script the following commands, instead of having to type them one-by-one in command line?
If I type these commands in command line, the mail is sent:
telnet mail.test.com 25
EH...
If TCP/IP is installed correctly, what are some scenarios where winsock has to be also reset and what if I ran command netsh winsock reset catalog but before rebootinf PC I also ran a netsh co...
I have installed Tightvnc 1.3.9 stable version on an XP Home machine which is behind a Linksys RV042 vpn router. Here is my problem: First I vpn into the router which works then I run a tigh...
Hello,
I'm having a problem with TCP/IP programming under MS Windows. I'd like to reuse a socket I've previously used. So before closing the socket I'm setting the SO_LINGER time to 0 expecti...
Hi,
I've done enough googling on this and am about to go bald so figured i'd give in and ask here.
I'd like to make this non-blocking, to speed up the process, allowing me to specify a t...
was working on a Windows XP Home pc today. The user was not able to connect to the internet. I'm able to ping the router, the modem and sites on the internet, but when I open IE7, it won't co...
I have a computer that was operating fine, and then today, in the event viewer I see 100's of TCP/IP errors, I cannot connect to the access point (however the client portion of Netgear does sh...
VB6 ... i have this simple sub that uses a winsock control to post data to an internal asp page. The code may be a little different than you may expect, but it works just fine on my internal ...
I need to write a code to basically list all the processes in Windows Operating System that are using Port 80 and port 443 of the Windows Socket. The code should be executable on both Windows ...
Hi, I have written a client - server application in VB 6.0 using winsock control. The server has a static IP and the client make a connection to server upon opening the main form of the clien...
Hi All,
I posted a question recently about a "Chat" client and server. I need to have a "server" app that will take data fed to it via the network/internet and process it.
I need to hav...
Hi I will like to ask the following:
1) winsock sendto() function what is the default and max send buffer size. I want to send datagram of size 4096 bytes do I need to fragment before sending...
Background: An Exchange 2003 cluster on HP servers connected via iSCSI to a EMC Clarion SAN. The HP servers are brand new and have an internal mirrored boot volume. Other equipment is:
- ...
I am having a problem when accepting connections using winsock2
this command,
m_socket.clientsocket=WSAAccept(m_socket.serversocket,(struct sockaddr *)&m_socket.clientaddr,&addr_size, NULL...
Hi,
I have a problem that sometimes my application wont see a FD_CLOSE event on a socket that is closed from the client (a hardware unit) - i dont know exactly why it happens, but it does.
...
Hi,
I've totally lost my internet connection. It just suddenly disappeared. I've sinced changed my router (unrelated issue) and this hasn't helped. IE Network Diagnosis says it is a Winsock...
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...
I have to modify a very old VB 6 program and I need to add a socket communication between this program and a JAVA program. The JAVA program acts as socket server and VB as client. Data sent by...
My SBS server has begun to misbehave (well I assume it's the server as BT - who provide the ADSL connection - claim everything is working at their end). The problem is in relation to web page...
WHAT I WANT:
I want one cell in an Excel spreadsheet to always have an updated GPS position.
CURRENT SITUATION:
GPS is connected to laptop via serial cable.
Via 3rd party software, the s...
Hi masters,
I need the code in VB 6.0 to make a Multithread socket server, its this posible?.
Regards
Hi,
I have been working on a laptop today running Windows XP SP2 and IE 7. The problem is, I only seem to be able to access any website once, so when I open IE I get my homepage but I can't...
Hi experts,
I keep receiving error code 10014 whenever my code runs recvfrom() in an finite while loop. I know that this error have something do with the following:
WSAEFAULT
(10014)
B...
When powering on a laptop, the netowrk connection hangs for a long time on aquiring netowork address. This is a dell laptop running windows XP pro, that is hardwired to a jack that it has use...
Hi experts,
Im confused. Is the data argument in winsock sendto() = char= byte? Do i need to convert char array or serialize to a byte array? The reason why i wanted to serialize the data i...