|
-
August 12th, 2010, 05:35 AM
#1
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?
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.
Rate this post if it helped you.
-
August 12th, 2010, 01:59 PM
#2
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
-
August 12th, 2010, 02:40 PM
#3
Re: CreateWindowEx, lpClassName question.
Victor Nijegorodov
-
August 14th, 2010, 12:10 AM
#4
Re: CreateWindowEx, lpClassName question.
Rate this post if it helped you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|