|
-
September 29th, 2010, 11:45 AM
#13
Re: MFC Feature Pack - How to create CMFCPropertySheet control?
 Originally Posted by dtrick
Please, next time attach images to your post.
 Originally Posted by dtrick
Now can you please tell me how I can manage the make the PropertySheet actaully appear in the are where the "TODO" text is currently displayed?
Use CWnd::MoveWindow to move your sheet to a new position.
To know position of "TODO"control - use GetWindowRect (note, that control ID must be changed from IDC_STATIC to something else)
 Originally Posted by dtrick
TMoreover, how would I kick out the clunky "Ribbons" bar, if I don't need it?
I don't know. I hate the most of new "themed" and Ribbons" features and don't use them at all.
Victor Nijegorodov
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
|