Sir Can any one help me
-
Sir Can any one help me in knowing which message is fired when shut down dialog is up. thank u.:laugh:
-
Sir Can any one help me in knowing which message is fired when shut down dialog is up. thank u.:laugh:
jyothimythili wrote:
ny one help me in knowing which message is fired when shut down dialog is up.
WM_CREATE/WM_INITDIALOG, you have to make system wide hook to know about it....
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Sir Can any one help me in knowing which message is fired when shut down dialog is up. thank u.:laugh:
use Spy++ tool provided within Visual Studio... it will tell you all the messages you want.
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0] -
use Spy++ tool provided within Visual Studio... it will tell you all the messages you want.
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0]toxcct wrote:
use Spy++ tool provided within Visual Studio...
Hai Tox, you can't/difficult use the Spy++ tool when Shutdown Dialog is up... better idea would be to plant system wide hook and catch message :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV