Author Topic: fix resolution  (Read 695 times)

jeffcoll

  • Newbie
  • *
  • Posts: 4
    • View Profile
fix resolution
« on: August 23, 2020, 06:03:29 AM »
Hi

I have a question I'm working on a project where I get a resolution of 1280x1024, but I want to fix it. because my laptop has a resolution of 1920x1080,

so in other words when i start the program it must start with a resolution of 1280x1024 is this possible?

BR
Jeffrey

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: fix resolution
« Reply #1 on: August 23, 2020, 06:25:01 AM »
In your form properties set:

WindowState = Normal
StartPosition = Manual
Size = 1280,1024
Location = 0,0