*English aint my first language, sorry for my mistake.
Hello !
Im making some kind of Chat using client/server.
And i was looking for some kind of "Shutdown process handler"
I mean
I got some code in my Form_Unload
But will it work if someone close my via Ctrl alt delete + Shutdown process ? ( i personally think it wont work)
Like
Is it going to work if we "Force shutdown" it ?
Thanks you very much !:)
Hello !
Im making some kind of Chat using client/server.
And i was looking for some kind of "Shutdown process handler"
I mean
I got some code in my Form_Unload
But will it work if someone close my via Ctrl alt delete + Shutdown process ? ( i personally think it wont work)
Like
Code:
Form_unload
If socket1.state = sckconnected then
socket1.senddata "YourClientIsGone"
socket1.closesck
end if
Thanks you very much !:)