tags:

views:

59

answers:

1

I'd like to change the screen resolution and then go fullscreen with one activex control (a flash player). Obviously, a windows-only solution is fine :). Is there a Qt api for that, or do I need to dig into winapi? If so, where do I look (keywords)?

Thanks for the help.

+1  A: 

No. There isn't a Qt API for that. You'll need to use the Windows API. See ChangeDisplaySettings

baysmith