Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VBA Experts,
Suppose a user has set the screen resolution to 1024 x 728 pixels, for example. Can an Excel/VBA program (using API calls) determine what the resolution is, temporarily change it to 800 x 600 pixels and then restore it back to whatever it was just before quitting? -- Dennis Eisen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It can certainly determine it using the API. Changing it would be very bad
behavior. Have you ever used another windows program that changes the screen resolution. Windows is a multitasking operating system - other applications share the screen. Also many people have vision impairments - they may not share your view of the world. -- Regards, Tom Ogilvy "DennisE" wrote in message ... VBA Experts, Suppose a user has set the screen resolution to 1024 x 728 pixels, for example. Can an Excel/VBA program (using API calls) determine what the resolution is, temporarily change it to 800 x 600 pixels and then restore it back to whatever it was just before quitting? -- Dennis Eisen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable screen size, not resolution | Excel Worksheet Functions | |||
Excel 2003 rdp screen resolution | Excel Discussion (Misc queries) | |||
How to get fixed size for every screen resolution? | Charts and Charting in Excel | |||
Screen Area Resolution | Excel Programming | |||
How to change resolution of monitor/screen | Excel Programming |