On pg 774, I copied the example to create a minimal MFC application.
After doing
Code:
m_pMainWnd = new COurWnd;
, I did:
Code:
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.