VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: HELP Please Jack Hoxley (4 replies, 0 views) (2000-Jun-26) Carls done the colours;
As for resolutions
on local error resume next:
..........Do res change stuff here
If err.number<>0 then
'We have an error
if Err.Number = DDERR_UNSUPPORTED then
'Bad resolution
'Reset the display mode here
end if
OR
You could just enumerate everything - and therefore find out what display modes we have available.
|