I am writing a TCP/IP Server and I noticed that whenever windows goes
to sleep (suspend mode) that I am unable to attach to the server, even
if the machine is resumed back to normal mode. It seems as if the socket
that I am listening on has been dis-continued. Is there any way in the
main dialog proc to know that windows is about to go into suspend mode?
Can you also tell when the system is back to normal? Any ideas or work-
arounds for this?
Thanks
Scott
P.S. This is with Windows 98, I haven't tested this on Win 2K yet.
------------------
to sleep (suspend mode) that I am unable to attach to the server, even
if the machine is resumed back to normal mode. It seems as if the socket
that I am listening on has been dis-continued. Is there any way in the
main dialog proc to know that windows is about to go into suspend mode?
Can you also tell when the system is back to normal? Any ideas or work-
arounds for this?
Thanks

Scott
P.S. This is with Windows 98, I haven't tested this on Win 2K yet.
------------------
Comment