Search found 10 matches

by sFULkRpS1635685113
Mon Nov 02, 2015 1:47 pm
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

Ok did not find a good way so far for the positioning of the subforms. I will look into the MDI form tomorrow.
by sFULkRpS1635685113
Mon Nov 02, 2015 1:04 pm
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

And regarding your second tip for hiding: $form1.Visible=$false That works fine as well. With this it is possible to get a "menu feeling". I will now try to get the StartPosition for the Submenus done because I was using CenterParent until now which obviously does not work when the parent ...
by sFULkRpS1635685113
Mon Nov 02, 2015 12:56 pm
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

When building a forms project EXE be sure you are not using the command line host. Use the Windows Forms host or the Windows host. Hi again, Sry for the late response but I just found some time to keep on working on my script. THANK YOU for your tipps so far. Chaning the "Platform" did th...
by sFULkRpS1635685113
Mon Nov 02, 2015 2:05 am
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

Ok I will try to clarify that as well - sorry for my bad explanation. When you run the .ps1 or .exe the GUI starts and everything looks fine. However in the background you can see a Powershell Window (the last screenshot i posted). I would like normal users to use the script as well and they might g...
by sFULkRpS1635685113
Mon Nov 02, 2015 1:47 am
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

Hi jvierra, Yes I just looked into it and you might be right. I will try to set this up for my script later today and then comeback to you. At the first look it confused me a bit but it could be working. Thanks for now :) Do you have any idea regarding the Shell window in the background? Is there a ...
by sFULkRpS1635685113
Mon Nov 02, 2015 1:34 am
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

As you can see here each new window is opened "above" the previous one:
4.png
4.png (56.41 KiB) Viewed 3324 times
The Quit button should close the whole script/tool for me - but it can only close the current window.

The last question i mentioned was regarding the Shell window in the background as you can see here:
5.png
5.png (87.98 KiB) Viewed 3324 times
by sFULkRpS1635685113
Mon Nov 02, 2015 1:32 am
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Re: Childform + Background Window

Hi Guys,

Thanks for the fast responses. However I think that is not really what I am looking for. I created some screenshots to describe the issue a little bit better:

I want to create a "menu" where people can browse to the topic they would like to use a script:
1.png
1.png (25.66 KiB) Viewed 3325 times
2.png
2.png (29.39 KiB) Viewed 3325 times
3.png
3.png (34.09 KiB) Viewed 3325 times
by sFULkRpS1635685113
Mon Nov 02, 2015 1:31 am
Forum: Customer Service
Topic: License Question
Replies: 2
Views: 2938

Re: License Question

Thank you for your fast response and aswering my question :)
by sFULkRpS1635685113
Sun Nov 01, 2015 10:17 am
Forum: Customer Service
Topic: License Question
Replies: 2
Views: 2938

License Question

Hi guys/team, I recently got Powershell Studio for myself so I can get better working with powershell and also create some good looking scripts. However my question is now if I am allowed to use the scripts that I create with Powershell Studio on my private computer on my work computer / environment...
by sFULkRpS1635685113
Sun Nov 01, 2015 8:30 am
Forum: PowerShell GUIs
Topic: Childform + Background Window
Replies: 17
Views: 5673

Childform + Background Window

Hi guys, I just started using Powershell Studio so please excuse me if got anything wrong or if I am missing something. I just started to create a new GUI for a script by creating a new project. I would like to create a "Start" Window where you can choose a Topic f.e. Active Directory or E...