News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

OpenGL in Dialog Box ?

Started by Kernel, April 27, 2007, 11:43:57 PM

Previous topic - Next topic

Kernel

Hi,

does anybody know a way to use OpenGL in a dialog instead of a usual window ?
Or isn't it possible ? I don't remember having seen that.
What I'm interested in is to get rid of the capture bar.
Or is there any other way to show only the rendering window ?

Thanks :)

xanatose

Yes, there is a way.
Create a custom control that will display the openGL window. Then include that control in your dialog.

zeroKnots

Just trying out the furum with this here old-post.

If you want modeless, SDL rocks.
For free software (no LGPL license), OpenGLUT works great via
GLUT_BORDERLESSĀ  equ 00800h

Plus GLUT GameMode seems fastest overall.
But check out how fast SDL opens a window.. HOW??


zeroKnots

Because I'm too lazy.
Hows that for optimized. :)

hutch--

I removed the post with the large image. Please do not post stuff like this as it opens the door for everyone to do it.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ecube

can you use imageshack.us or similar and repost the link please, i'm curious to see it