Hi,
I am not able to get a window's class name whose handle is available.
I am unsuccessfull in using GetClassName function.
Thanks in advance,
Bye,
Onkar
Printable View
Hi,
I am not able to get a window's class name whose handle is available.
I am unsuccessfull in using GetClassName function.
Thanks in advance,
Bye,
Onkar
Why dont you try using PreCreateWindow(CREATESTRUCT &cs)
as CREATESTRUCT provides the Name of the Class
good luck