Heya,
I'm attempting to produce a small socket server, is there anyway to produce one that does not require a window to be created in order to receive the tcp notify messages, is there another way to create a socket server. In advance I do know you can simply %SW_HIDE the window, but I'm looking to get around this period.
On a side not, I'm wondering if anyone has any documentation/source on using .dll's dynamically, for example: A textbox would contain the name of the dll, and another text box would contain the function to call, and so forth with the paramaters?
Thanks in advance,
Matthiaus Grace
------------------
I'm attempting to produce a small socket server, is there anyway to produce one that does not require a window to be created in order to receive the tcp notify messages, is there another way to create a socket server. In advance I do know you can simply %SW_HIDE the window, but I'm looking to get around this period.
On a side not, I'm wondering if anyone has any documentation/source on using .dll's dynamically, for example: A textbox would contain the name of the dll, and another text box would contain the function to call, and so forth with the paramaters?
Thanks in advance,
Matthiaus Grace
------------------
Comment