From Design / Form Size / Debug Info

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 1 year and 3 months 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
Bilgerk
Posts: 7
Last visit: Fri Mar 15, 2024 5:47 am

From Design / Form Size / Debug Info

Post by Bilgerk »

Hello experts.

Currently I'm trying to create a new small application with a single form and I'm not sure what the best way is

Use a single form and the user has an option to show an additional field where he can see the workflow as a
log directly (by resizing and showing the additional RTF box) or directly create a new (child) form right next to the normal an UI form, which then docks to the main form.

What is your experience on this and how can I realize this?

thx

Klaus
User avatar
brittneyr
Site Admin
Posts: 1654
Last visit: Wed Mar 27, 2024 1:54 pm
Answers: 39
Been upvoted: 30 times

Re: From Design / Form Size / Debug Info

Post by brittneyr »

[Topic was moved to PowerShell GUIs forum by moderator]
Brittney
SAPIEN Technologies, Inc.
User avatar
lontru
Posts: 103
Last visit: Thu Mar 07, 2024 2:00 pm

Re: From Design / Form Size / Debug Info

Post by lontru »

you can use child form or the tabpage

https://info.sapien.com/index.php/guis/ ... tabcontrol
This topic is 1 year and 3 months 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