Tagged Questions

2
votes
2answers
517 views

Delphi 2009 - Handle when window is restored via double clicking the SysMenu?

I need to handle when the user restores the form by double clicking the title bar. I tried handling the WM_SYSCOMMAND window message however this only works if the user restores the form via clicking ...
1
vote
1answer
101 views

Problems with closing main application window when having only the ID of its process

I have ID of the process. This process is an application which have a main window. I am trying to close this application by sending WM_CLOSE to its main window. I am searching its main window by using ...