Using the Direct3d8 class I can find howmany adapters there are. I can also find howmany modes are supported by an adapter. But I don't know how to find the modes themselves, like: 1024 x 768.
How can I get a list of supported modes (1024 x 768) using direct3d8?
