[SOLVED] Minimal option dialog

Do you want to contribute to improving ZGameEditor? Check out the list of open activities and find out where you may be able to help!

Moderator: Moderators

Post Reply
User avatar
VilleK
Site Admin
Posts: 2274
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

[SOLVED] Minimal option dialog

Post by VilleK »

The ZGE runtime could use a dialog box for setting video options (resolution and fullscreen/windowed setting). This dialog box would appear at start-up before the graphics surface is created if a App.ShowVideoSettingsDialog property is set or a command line switch is provided.

The challenge is to implement this dialogbox (using win32 api) in minimal runtime size, preferably less than 1kb compressed.

Here are some links on the topic I've looked up so far:
http://blogs.msdn.com/oldnewthing/archi ... 12577.aspx
http://msdn2.microsoft.com/en-us/librar ... S.85).aspx

Contribute by posting info and code-examples in this topic, thanks.

EDIT: This feature implemented in release 1.7.9. Thanks to JPH Wacheski, Peter Söderman and Martti Juhana Nurmikari for helping!
Post Reply