Can somebody tell me, how i can get a WindowsXP-style with my gui? It just shows something like swing-style. With the widged examples from dev-cpp the WindowsXP-style seems to work. How and where can i choose the system style?
This can easily be done with Dev-C++ since there's an option under the first tab in your project settings that when enabled generates such a file for you. This works with wxWindows last time I checked.