T
Tom McL.
I have a program I am writing on my desktop computer with a screen
resolution
of 1024 by 768 when I run the program on my laptop with a screen
resolution of 1280 by 768. the size and position of the controls are
changed. I
have used a number of :
TabControl1.Location = New Point(310, 14 + 12)
TabControl1.Size = New Size(580, 32)
Panel1.Location = New Point(310, 40 + 16)
Panel1.Size = New Size(580, 432)
Could this be the problem?
If so how can I fix this, is there a need to scale the controls?
If so how is this done?
resolution
of 1024 by 768 when I run the program on my laptop with a screen
resolution of 1280 by 768. the size and position of the controls are
changed. I
have used a number of :
TabControl1.Location = New Point(310, 14 + 12)
TabControl1.Size = New Size(580, 32)
Panel1.Location = New Point(310, 40 + 16)
Panel1.Size = New Size(580, 432)
Could this be the problem?
If so how can I fix this, is there a need to scale the controls?
If so how is this done?