Is it possible to change the resolution of windows (the desktop)?
For example, My program is in 800x600 window but I want it on a 1024x768 screen resolution.
For example, My program is in 800x600 window but I want it on a 1024x768 screen resolution.
; Required Userlib ; .lib "changeres.dll" ; ChangeRes%() Graphics 640, 320, 16, 2 ; Calling ChangeRes ChangeRes ; This function checks to see if the users desktop width is less than 1024. ; If it is, the desktop is set to 1024x768. The user will receieve an error ; message if their monitor doesn't support this mode. Their current bit depth ; will be preserved, but the refresh rate will not. A default of 60hz will most ; likely be used. This is because I do not feel confident fiddling with a ; monitor's refresh rate. WaitKey()Let me know how she flows.