I have a form with Picture controls on it. When I switch my monitor to 120dpi (large fonts) the bitmaps don't size correctly! how can i fix this?
Thanks.
Printable View
I have a form with Picture controls on it. When I switch my monitor to 120dpi (large fonts) the bitmaps don't size correctly! how can i fix this?
Thanks.
Yes, I believe that graphics do not change, therefor, you will have to do it manually.
can i detect if the display is set to 120 dpi? How do I do this?
I'm not sure, it depends on what the scalings actually means, but try this function:
picture.ScaleX (width, vbInches , vbPixels)