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 Getdata
Name: seeJ Date: December 3, 2002 at 12:07:37 Pacific OS: Win 2k CPU/Ram: 1.3G
Comment:
I have an app in VB 6.0 that im using a winsock object to connect to one of my servers. From some input in a text box i retrieve the response using the winsock.getdata method. After a few retrievals the variable that i put the getdata method into overflows. Is there a way that i can clear out the getdata buffer or something. After to much data comes back the information ruturned by the getdata is to large to fit into the variable size wich i declared as variant. If anyone has any ideas please help. Thank you in advance.
Summary: I'm not too sure about user defined types, I try to keep everything as simple as possible. For this I would try just sending the data as a string and parse the string at the other side. Right after y...
Summary: Is it even possible to use C to program a winsock application? Seems like there isn't much info out there about it. Unless I'm just not looking in the right place. Can somebody suggesta link for t...
Summary: ** nOTE ** & a m p ; Should be taken without the spaces.. just cause the site reads it as HTML here ** END NOTE *** Ive been trying to make a program to log into my website.. but i cannot get the foll...