Hello all
I have a problem with the MS visual basic 6.0..I am doing my project in my collage lab and their the pc's screen is 17'' and at my home my pc screen is 15'' so what i have to do? as when i tried to open the form at home then they does not broadened..as i need to do..so something can happens?
Thanks alot
Form help..
Started by Patrick, Oct 13 2007 06:23 AM
2 replies to this topic
#1
Posted 13 October 2007 - 06:23 AM
|
|
|
#2
Posted 13 October 2007 - 06:33 AM
Instead of setting fixed dimensions on your forms, buttons, etc. then make them dynamic. Get the screen resolution, and use it to calculate the sizes of forms, buttons, etc.
#3
Posted 14 October 2007 - 01:29 AM
Yes.. use the form_load() to calculate the screen resolution, store the x and y pixels into variables and then divide or multiply as needed


Sign In
Create Account


Back to top









