From: Greg2fs on
Hi, is it possible to simply list the resolutions supported by a pc
(graphic card I suppose) in a c++ program ?
Thanks
From: Cathy L. on
Googling "enumerate +resolution", I got this within 3 min:
http://vbnet.mvps.org/index.html?code/enums/enumdisplay.htm
Cathy L.

Greg2fs a �crit :
> Hi, is it possible to simply list the resolutions supported by a pc
> (graphic card I suppose) in a c++ program ?
> Thanks
From: Greg2fs on
OK, thanks !