Hi, I know that there are a bunch of window class names used in the Win32 API (I think "BUTTON" is one). Does anyone know a good web reference for all of these so I can create them dynamicly using the CreateWindow() function?
I'm making a dynamicly variable tool window and is the reason why I need the names.
Further, is there a way of iterating though all of the registered window classes?
Thanks,
Adrian
I'm making a dynamicly variable tool window and is the reason why I need the names.
Further, is there a way of iterating though all of the registered window classes?
Thanks,
Adrian
Comment