Hi there,
I got a nice piece of code which I found online which sets the screen resolution to 1280x960 when my app opens to allow users to see all of the huge forms,
the code then sets back to 800x600 on close.
Two things Id like to do (if possible) to enhance this:
1. grab the users resolution before I reset it, so I can pass this back in and restore it to what it was,
2. f the Access app does not have focus, is there a way to reset the resolution, so that the users other open apps are not affected?
Im sure the first thing is possible, I just dont know how to get the current resolution so any poiners there would be good,
as for point 2, would this be possible?
EDIT:
Just found code to get the resolution, so point one sorted.
thanks again
DD