🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to make animation not stop when a dialog is open

Started by
2 comments, last by hoohoo 14 years, 3 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]
Advertisement
solved
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