cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
can i add 1 window to another?
can i add 1 window to another?
Aug 14, 2015 at 4:40pm UTC
Cambalinho
(1445)
i have 2 windows with WS_OVERLAPPEDWINDOW style. can i put 1 inside another one like MDI?
Aug 14, 2015 at 7:24pm UTC
closed account (
N36fSL3A
)
I've used this tutorial back when I was learning WinAPI to implement a MDI:
http://www.winprog.org/tutorial/app_four.html
Aug 17, 2015 at 11:06am UTC
Cambalinho
(1445)
i can change the extended style for WS_EX_MDICHILD. but i can see some 'bugs', maybe i will do a MDICHILD class for resolve several problems.
and the form will be only for standard forms and dialogs(like font dialog and others).
thanks for all
Topic archived. No new replies allowed.