how do I get the WNDCLASSEX of a window from it's HWND?
SPH
This is a discussion on Getting a Window's Class within the Windows Programming forums, part of the Platform Specific Boards category; how do I get the WNDCLASSEX of a window from it's HWND? SPH...
how do I get the WNDCLASSEX of a window from it's HWND?
SPH
GetClassInfoEx() to get all the info (you'll need the HINSTANCE which can be obtained from GetWindowLong()) or if you just need the name then GetClassName().