Force refresh rate?

Started by
1 comment, last by shadowstryker 19 years, 6 months ago
Any idea how I can force a desktop refresh rate (not in OpenGL/Direct3D, but acually in Windows) using either C++ or VB. Also does anyone have any links to a good MFC tutorial (want to create a level editor using windows components such as drop-down combo's)?
Advertisement
ChangeDisplaySettings

EnumDisplaySettings should give you a list of valid modes
thanks a lot :) - never found that when I tried Google-ing for it.

This topic is closed to new replies.

Advertisement