Help!!! VB 2005 form size changing problem

Hi All,

I have some problem when open a VB 2005 project that I created on PC on laptop
when I open up on my laptop VB 2005 automatically resize the forms I created, which I have to resize all the forms again. any good suggestion for this problem

p.s. would it be the video card on PC I use nVidia resoultion@1280*1024, On latptop I use ATI resoulation@1680*1050.

thanks,



Answer this question

Help!!! VB 2005 form size changing problem

  • pyeung

    Use the forms maximumsize property to set the forms max size to the lower of the two resolutions for design time...when the form loads set the maxiumumsize to the primary screen bounds

  • Help!!! VB 2005 form size changing problem