Automatic Screen Sizing per monitor resolution (1 Viewer)

Casey M

New member
Local time
Today, 09:00
Joined
May 7, 2020
Messages
1
Can anyone help me with a problem I can't figure out?
I have many programs the need to be opened up on different monitor. I would like the form to be auto sized for the current monitor ie. shrink for 1360x768 and stretch for 1920x12300
 

theDBguy

I’m here to help
Staff member
Local time
Today, 06:00
Joined
Oct 29, 2018
Messages
21,454
Hi Casey. Welcome to AWF!
Have a look in the sample databases forum for the ResizeForm demo.
 

isladogs

MVP / VIP
Local time
Today, 14:00
Joined
Jan 14, 2017
Messages
18,209
HiCasey

DBG is referring to my Automatic Form Resizing tutorial and example app.
Although the supplied code is complex, using it is easy.
Just one line of code ResizeForm Me in your Form_Load events.

However, to use it effectively requires some planning as explained in the tutorial
 

theDBguy

I’m here to help
Staff member
Local time
Today, 06:00
Joined
Oct 29, 2018
Messages
21,454
Exactly what I was referring to. Thanks!

And I agree, it's not for everyone. I hope it suits you. Cheers!
 

isladogs

MVP / VIP
Local time
Today, 14:00
Joined
Jan 14, 2017
Messages
18,209
Well there I disagree. ;)
It should be for anyone (though I know DBG remains unconvinced) but the planning needs to be built into the database design
 

theDBguy

I’m here to help
Staff member
Local time
Today, 06:00
Joined
Oct 29, 2018
Messages
21,454
Well there I disagree. ;)
It should be for anyone (though I know DBG remains unconvinced) but the planning needs to be built into the database design
Right, I was referring to the non-planners. ;)
 

Users who are viewing this thread

Top Bottom