CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2010
    Posts
    3

    creating child window for fullscreen app

    I'd like to open a child window with a directx game window (UT2004) as the parent. When the game is run in windowed mode, everything is good, but when I switch the game to fullscreen the window opens but doesn't show. I know it opens because if I switch game to windowed mode, the created window is there.

    I think the game is drawing over the window in fullscreen. I solved this in windowed mode by adding WS_CLIPCHILDREN to the game window. How do I solve when game is fullscreen?

    Thanks!

  2. #2
    Join Date
    Aug 2010
    Posts
    3

    Re: creating child window for fullscreen app

    answer from a different forum: http://www.gamedev.net/community/for...opic_id=579837

    summary: not possible

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured