2016. 11. 22. 13:04

    ModifyStyleEx(WS_EX_APPWINDOW, WS_EX_TOOLWINDOW);


    CRect rect;

    GetDesktopWindow()->GetWindowRect(rect);

    MoveWindow(rect);

    ShowWindow(SW_SHOWMAXIMIZED);

    RedrawWindow();