Having some HWND trouble
-
i'm looking to find an HWND for a stationary Dialog box this is what SPY++ gives me WINDOW: 000004AC TEXT: "" CLASS: #32770(Dialog) STYLE: 50000044 RECT: 6,380)-(598,524) 592x144 THREAD ID: FFFCB805 PROCESS ID: FFFCBFC9 is there anyway i can find the HWND or a CWnd to this dialog box, and veryify it with this or any way i can get the mainwindow, and follow through, to this dialog? it doesnt matter if its MFC or winAPI Just need a way to get to this HWND any help would be great regards!
-
i'm looking to find an HWND for a stationary Dialog box this is what SPY++ gives me WINDOW: 000004AC TEXT: "" CLASS: #32770(Dialog) STYLE: 50000044 RECT: 6,380)-(598,524) 592x144 THREAD ID: FFFCB805 PROCESS ID: FFFCBFC9 is there anyway i can find the HWND or a CWnd to this dialog box, and veryify it with this or any way i can get the mainwindow, and follow through, to this dialog? it doesnt matter if its MFC or winAPI Just need a way to get to this HWND any help would be great regards!
The Window line (WINDOW:000004AC) is the HWND of the Dialog. HTH, Chris ================== The original message was: i'm looking to find an HWND for a stationary Dialog box
this is what SPY++ gives meWINDOW: 000004AC
TEXT: ""
CLASS: #32770(Dialog)
STYLE: 50000044
RECT: 6,380)-(598,524) 592x144
THREAD ID: FFFCB805
PROCESS ID: FFFCBFC9is there anyway i can find the HWND or a CWnd to this dialog box, and veryify it with this
or any way i can get the mainwindow, and follow through, to this dialog?
it doesnt matter if its MFC or winAPI
Just need a way to get to this HWND
any help would be great
regards!