|
-
Oct 27th, 2011, 06:47 AM
#1
Thread Starter
Lively Member
Problem with my VB-project on different computers... (Resolution does not match)
Hi!
I created a program on my laptop which has 1920x1080 resolution.
Ofcourse when the finished program is run on other computers with smaller resolution the whole thing is out of porportion.
Is there a simple way to make a relation or a type of "zoom" which would affect all parts of my project? (I have about 15 different Forms and tons of buttons, boxes and gridviews. Resizing them all would take an eternity...)
-
Oct 27th, 2011, 07:04 AM
#2
Re: Problem with my VB-project on different computers... (Resolution does not match)
no
the maximum you can make your forms autoscroll,autogrow property to yes
such issues can be tackled in WPF, which doesn't care about screen resolution, but development is not like windows forms application
-
Oct 27th, 2011, 09:59 AM
#3
Re: Problem with my VB-project on different computers... (Resolution does not match)
There is this, eg
Code:
Me.Scale(New SizeF(0.75, 0.75))
but it's a long way from ideal.
Tags for this Thread
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
|