|
-
Jun 19th, 2000, 04:41 AM
#1
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.
-
Jun 19th, 2000, 05:00 AM
#2
Yes, I believe that graphics do not change, therefor, you will have to do it manually.
-
Jun 19th, 2000, 05:19 AM
#3
can i detect if the display is set to 120 dpi? How do I do this?
-
Jun 19th, 2000, 07:35 AM
#4
transcendental analytic
I'm not sure, it depends on what the scalings actually means, but try this function:
picture.ScaleX (width, vbInches , vbPixels)
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|