Hi everybody:
I've done a custom app in Access2000/VBA that I'm ready to deploy. I found some API code for getting the user's screen size and resolution, changing them so the app will display properly, and then restoring them. Great! But some of my users have changed their Windows font size (I found it in the Active Titlebar setting in Control Panel, Display, Appearance on their PCs) to Extra Large. This overrides my windows settings, as Windows adjusts the window size to accommodate the user's preference. So, my app still does'nt display properly for them.
How can I override this behavior? I don't find a flag for font size anywhere, nor for the active title bar. The worst aspect is that after my app closes, the user's desktop display is too large, hiding their MS start button and task bar! I can get the Start menu back by clicking the Windows keyboard button, but the only way I've found to get the task bar back is to manually open Control Panel, and change the font size for the Active Titlebar, which seems to reset it.
Anyone know how to outsmart Windows on this?
Thanks!



