|
-
Jul 16th, 2001, 08:08 AM
#7
New Member
Try winprog's tutorial. I found it very helpful when I first started with Win32 programming in C++.
To answer your question about .style, the window styles are sort of like the form properties in vb. There are a few different style constants you can OR (bitwise) together to make the window how you want it. Once you have the class registered, you can create a window based on the class, with even more style flags.
Hope this helps
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
|