About Unisock Unisock's A new class implementation of Winsock API. By style close to the native Winsock control and other class implementations such as CSocket and CSocketMaster, so you don't need to learn or rewrite much of existing code. The new and cool part about this class is that it is just one class file. Also, it performs better (by speed) and handles errors a bit more cleanly (you aren't forced to close the socket each time an error occurs). Other speciality is transparent Unicode support: when you switch to text mode, you start receiving TextArrival event instead of DataArrival and start getting individual lines. These lines are automatically Unicode if received line is UTF-8 or UTF-16! ANSI lines require you to use StrConv to get an usable string, thus you have the power on what to do with the raw data before any conversion has affected it.
By: Vesa Piittinen aka Merri, http://vesa.piittinen.name/
vesa@piittinen.name
LICENSE:
http://creativecommons.org/licenses/by-sa/1.0/fi/deed.en
--------------------------------------------------------------------------------
I think unisock's A good Winsock API, but problem's found when I need usage multi connection with array, unisock's not supported for that :D. But with "user control" (ctl) we can usage unisock for multi array.
Lets Do....
1. Load unisock class to vb project
2. Create/Add new user control
By: Vesa Piittinen aka Merri, http://vesa.piittinen.name/
vesa@piittinen.name
LICENSE:
http://creativecommons.org/licenses/by-sa/1.0/fi/deed.en
--------------------------------------------------------------------------------
I think unisock's A good Winsock API, but problem's found when I need usage multi connection with array, unisock's not supported for that :D. But with "user control" (ctl) we can usage unisock for multi array.
Lets Do....
1. Load unisock class to vb project
2. Create/Add new user control