changing monitor screen resolution
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
i wanna know..... how to change monitor screen resolution from the original resolution when my application active and how to return original resolution when my application is on taskbar or close? i'll very thz u..... :laugh: :laugh: :laugh:
You shouldn't be doing this at all. Changing the resolution is a system wide setting that, if done, affects the layout of any icons that are on the desktop and changes the resolution for all applications that are running. This is not a friendly thing to do. If you're doing this for a game, I highly suggest using DirectX/XNA to do this instead.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...