Results 1 to 3 of 3

Thread: Problem with my VB-project on different computers... (Resolution does not match)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2010
    Posts
    110

    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...)



  2. #2
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    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
    The averted nuclear war
    My notes:

    PrOtect your PC. MSDN Functions .OOP LINUX forum
    .LINQ LINQ videous
    If some one helps you please rate them with out fail , forum doesn't expects any thing other than this

  3. #3
    Frenzied Member
    Join Date
    Jul 2011
    Location
    UK
    Posts
    1,335

    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
  •  



Click Here to Expand Forum to Full Width