Run Form in Full Mode

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 11 months and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
mqh77777
Posts: 252
Last visit: Mon Feb 26, 2024 10:07 am
Has voted: 1 time

Run Form in Full Mode

Post by mqh77777 »

I've created a form that has a handful of buttons and a richtext field. Below the richtext field I have a Close button. It all works. I compile into an .EXE and run it, everything is fine.

It is when I run it on a different system. When I run the .EXE on a different system it launches but it is not in full mode. The bottom of the richext field and the Close button are not visible. I have to grab the lower right corner of the applet with the mouse and pull it out.

How do I make it run in full mode all the time?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Run Form in Full Mode

Post by jvierra »

This is due to building on a machine wi
th one resolution and running on a system with a different resolution.

See the following articles: https://info.sapien.com/index.php/guis/ ... i-displays
This topic is 11 months and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked