Hello,
I have a code in which I set the size of the window before they are open, like that :
Public Sub Form_Load()
Me.width = 8160
Me.Height = 5970
Me.Show
End Sub
However, two days ago I bought a new computer with (new graphic card is matrox and old one was NVIDIA) and ever since I got this computer the size of the windows are totally different from what I set in "Form_Load" . $
What can I do ?
Thanks in advance!!
I have a code in which I set the size of the window before they are open, like that :
Public Sub Form_Load()
Me.width = 8160
Me.Height = 5970
Me.Show
End Sub
However, two days ago I bought a new computer with (new graphic card is matrox and old one was NVIDIA) and ever since I got this computer the size of the windows are totally different from what I set in "Form_Load" . $

What can I do ?
Thanks in advance!!
Comment