Tagged Questions
0
votes
1answer
823 views
How to properly use WSAAsyncSelect?
I've asked here a ton of questions about WSAAsyncSelect and NET.Few months ago I even spent 500 rep on a bounty and answered it myself(I made a wrapper).In the end I got used to the winsock in the ...
0
votes
1answer
477 views
How to use WSAAsyncSelect from WinAPI in C#?
I'm tired of the .NET BeginRead,EndRead stuff.I'd love to use WSAAsyncSelect the way I used to in Delphi/C++
//Async CallBack handler Declaration
procedure MessageHandler(var Msg:Tmessage);Message ...