Link to home
Start Free TrialLog in
Avatar of busse
busse

asked on

Creating Windows without non-client area

I would like to create a main Window class that has neither a frame, nor a menu or a Windows bar, just the client area (maybe a 1 pixel black frame). Can I use CWnd as base class and which methods I would need to overwrite? Or is it easier to overwrite the methods for drawing the non-client area?
ASKER CERTIFIED SOLUTION
Avatar of aasif
aasif

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of busse
busse

ASKER

Can you use a Dialog as base Window class? The whole App should neither have a Window bar nor a menu...

A lttle more information would be nice.
Yes, you can use CDialog class as your base class.