This ought to be easy, but I'd like to be able to change a view's parent frame window attributes, such as the border width, and eliminate the title bar but I've had no luck.
Printable View
This ought to be easy, but I'd like to be able to change a view's parent frame window attributes, such as the border width, and eliminate the title bar but I've had no luck.
If you're using MFC just overide PreCreateWindow and set the styles there.