Can VB automatically adjust for different screen resolutions?
I have a program which displays a U.S. map on the screen. This display looks great on my wide-screen (16:9) monitor, but it looks a little stretched horizontally on my wife's standard (4:3) monitor. Is there some way I can tell VB to automatically adjust the picture when a standard resolution is being used?
If not, am I correct in thinking that standard definition monitors are going the way of the dinosaur, much like is happening with TV's, and in the future we'll be seeing more and more wide-screen monitors.
Thanks, Bill
1 Attachment(s)
Re: Can VB automatically adjust for different screen resolutions?
Use the Image with Property Stretch = True, and centered the picture. Example: