Click to See Complete Forum and Search --> : How to get a window's class name


Onkar Singh
April 14th, 1999, 11:44 PM
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

Samar Aarkotti
April 20th, 1999, 03:05 PM
Why dont you try using PreCreateWindow(CREATESTRUCT &cs)

as CREATESTRUCT provides the Name of the Class
good luck