Hiya guys (& gals)
What I want to know is, is it possible to obtain a list of supported screen resolutions at run time? If so, how do I get this info.?
Thanx in advance
Matt
Printable View
Hiya guys (& gals)
What I want to know is, is it possible to obtain a list of supported screen resolutions at run time? If so, how do I get this info.?
Thanx in advance
Matt
There's already a Tip posted on this site
------------------
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
Thanx for that, the code worked but it displayed all supported screen resolutions about 6 times. I got round this by putting a simple If statement in (checks if the resolution is already in the list before adding it). Why did the API function return the same settings more than once?
Matt