Hello,
I search a solution to close an fwh aplication after a certain time.
I know that there was a topic , but i don't found it.
Frank
Hello,
I search a solution to close an fwh aplication after a certain time.
I know that there was a topic , but i don't found it.
Frank
Frank,
You can use a Timer and then call oWnd:End() or simply PostQuitMessage( 0 )
Can we detect how long the aplication is inactive ?
Each key stroke or mouse activity should reset the timer to zero ?
Frank