VBGamer |
|||||||||||||||||||||||||||
RE: Resolution problems! Jack Hoxley (1 reply, 0 views) (2000-Jun-23) If you work out the code for listing all the resolutions you can use logic trees to say which ones you'll allow (>640x480 <1024x768 etc...)
Or, you could check the DDERR_UNSUPPORTED after the call to change res. was done - If that error occurs then you're user doesn't support the resolution
either way will probably do fine.
|