Space Cowboy
Member
- Local time
- Today, 14:50
- Joined
- May 19, 2024
- Messages
- 245
How can I make the writing bigger on the screen?
I can hardly see all the comma's and dots.
 I can hardly see all the comma's and dots.
 
					
				Just to clarify, are you talking about while designing the form or while using it? As for settings, have you tried Display Settings and adjust Scaling?Ha Ha, I have three monitors set up. two 20" and a 24" at top.
I want the whole page bigger.
Are there no accessibility options?
I want the whole page bigger.
As a minutiae of detail, monitors use pixel dimensions which are larger than twips - there are 15 twips to a pixel.
so when specifying control location/size, use a twip value that is divisible by 15. Otherwise with rounding you may find on the screen they are out by a pixel. There are 96 pixels to an inch so around 1/100th of an inch. Very small but the eye can still see it.
possibly. i have heard of monitors that have 144 pixels per inch and over the years I have used numerous monitors including hi end - all have worked out at 15 pixels per twip. You would have to use the getDC , ReleaseDC and GetDeviceCaps functions to be certain.CJ, I believe you are assuming a specific class of monitor when you make that statement. Some very high-res monitors can do better than that, particularly if they have advanced GPUs.
