Minimal MFC Application can't be borderless?
On pg 774, I copied the example to create a minimal MFC application.
After doing "m_pMainWnd = new COurWnd;", I did:
m_pMainWnd->ModifyStyle(WS_OVERLAPPEDWINDOW, WS_POPUP);
The top-level window still has a frame and a border around it.
I'm trying to write an application that plays without borders on a plasma TV, like a media player.
EDIT: Can somebody please help me delete this? Sorry!
Last edited by viewport; March 6th, 2009 at 11:26 PM..
Reason: Duplicate post
|