CreateWindowEx, lpClassName question.
I don't have much WIN API develepment experience, most of the stuff I do is MFC stuff.
My question is:
Where can I find all the possible "predifined class names" as stated by Microsoft?
Quote:
If lpClassName is a string, it specifies the window class name. The class name can be any name registered with the RegisterClass function or any of the predefined control-class names.
Re: CreateWindowEx, lpClassName question.
If I don't remember wrong that information can be found further down on the page where you found that text. It's a table with BUTTON, EDIT, LISTBOX and so on
Re: CreateWindowEx, lpClassName question.
Re: CreateWindowEx, lpClassName question.