VBGamer |
|
RE: Resolution problems! Steve Gillham (0 replies, 0 views) (2000-Jun-24) A little more information on the exact usage of the DDERR_UNSUPPORTED method would be much appreciated, i am currently using this syntax:
Public Sub TEST_RESOLUTION()
frmTest.Show
Set mdd = mdx.DirectDrawCreate("")
mdd.SetCooperativeLevel frmTest.hWnd, DDSCL_FULLSCREEN _
Or DDSCL_EXCLUSIVE
mdd.SetDisplayMode SCREEN_WIDTH, SCREEN_HEIGHT,_
SCREEN_BITDEPTH, 0, DDSDM_DEFAULT
Thanx a million!
steve 8-) |