Advertisement

How to make animation not stop when a dialog is open

Started by March 14, 2010 04:14 PM
2 comments, last by hoohoo 14 years, 8 months ago
Hi guys, I'm making a win program that uses the NeHe opengl basecode. Is there any way to make the opengl animation not stop while the program is showing a popup or a dialog box? Thx in advance. [Edited by - hoohoo on March 19, 2010 3:41:48 PM]
solved
Advertisement
I think it's good manners to share your solution, so that others searching for the same issue can benefit rather than hit a needless dead end.
Good point, pjcard.
The solution is simple: modless dialogs. I used the CreateDialog() function instead of DialogBox().

This topic is closed to new replies.

Advertisement