AdvancedHMI Software

General Category => Support Questions => Topic started by: jeffcoll on August 23, 2020, 06:03:29 AM

Title: fix resolution
Post by: jeffcoll 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
Title: Re: fix resolution
Post by: Archie on August 23, 2020, 06:25:01 AM
In your form properties set:

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