I need a bit of help with creating a 'control array' with a winsock control. Ive tried a few things ive found around the internet but none of them seem to work (i can't get them to anyway).
So basically i need to be able to create a new winsock control to take on a connection each time someone tries to connect. Doesn't necessarily need to be an array but thats the general idea.
Any help and advice is appreciated
Thanks.
VB.NET Winsock Control Array
Just create a collection (System.Collections) and make that your storage location for each socket instance. You should create a custom socket class so you can easily manage data and such. It will make things much more simple.
Quote:
Why are you using winsock? Use there socket system they include in the code - ALOT more faster.
Thanks for the tips guys, i dont have the time to work on that sort of stuff so i just went back to VB6 and did it, much less stress involved.
Quote:
Quote:
Arg, VB6 Is amazing, though stupid Microsoft makes it stop working in some vistas, by the next version of Vista and on it will not work
I'm going to be upgrading to Vista soon and its 64 bit so I can't use VisualBasic6.
"Hello VisualBasic.NET"
Heres some stuff with visualbasic.net sockets btw,
"Imports"
Quote:
I'm going to be upgrading to Vista soon and its 64 bit so I can't use VisualBasic6.
"Hello VisualBasic.NET"
Heres some stuff with visualbasic.net sockets btw,
"Imports"
Quote:
Recovered from /coding-wise/11092-vb-net-winsock-control-array.html · captured 2008.