Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: CrAz3D on September 30, 2004, 06:54 PM

Title: VB Winsock
Post by: CrAz3D on September 30, 2004, 06:54 PM
I am able to send regular strings through winsock, however, I am not able to send Chr() strings.

IE:
.SendData Chr(43)
That 'freezes' the winsock or something odd.  Any ideas?
Thnx
Title: Re: VB Winsock
Post by: l)ragon on September 30, 2004, 07:27 PM
You useing the activeX winsock control or the .net socket?
Title: Re: VB Winsock
Post by: CrAz3D on October 01, 2004, 05:29 PM
My problem exsisted because I was using the control in .net, problem solved though.  Stupid mistake on my part.