Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: OpenGL with Windows

  1. #1
    Guest

    OpenGL with Windows

    Can I put OpenGL graphics in any windows control or do I have to put it in a CView? I currently have it working with a CFormView but I would like to have other functionality like buttons and lists, etc. When I put these other controls on the FormView with OpenGL graphics taking up the background, the controls flash.

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Feb 2000
    Posts
    662

    Re: OpenGL with Windows

    You can draw to any control from wich you can get a Device Context.

  3. #3
    Member Regular Contributor
    Join Date
    Nov 2002
    Location
    USA
    Posts
    265

    Re: OpenGL with Windows

    It should work.

Posting Permissions

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