Search found 6 matches

by Bender2010
Tue Jun 30, 2020 12:34 am
Forum: PowerShell GUIs
Topic: ExitCode in compiled GUI
Replies: 1
Views: 1088

ExitCode in compiled GUI

Hello together, Product: PowerShell Studio 2020 5.7.179 Version: 64 Bit OS: 64 Bit I have created a simple GUI with only a Button to Exit. When click on the Button, the complied EXE file shoud be return a specific return code. When I understand correctly, I must using for that $script:ExitCode = XX....
by Bender2010
Wed Mar 25, 2020 1:32 am
Forum: PowerShell GUIs
Topic: Click Event with Parameters
Replies: 2
Views: 1168

Re: Click Event with Parameters

Okay, thank you for your information. I searching then for a another solution.

Best regards
by Bender2010
Tue Mar 24, 2020 8:06 am
Forum: PowerShell GUIs
Topic: Click Event with Parameters
Replies: 2
Views: 1168

Click Event with Parameters

Hello together, I have some buttons with a click event. The function behind the Click event have also a specific parameters, which is necessary to working. On my button, I could definde the function for the Click event, but where I can define the parameters for the funktion? Event.PNG $buttonRev_Cli...
by Bender2010
Fri Nov 22, 2019 2:40 am
Forum: PowerShell GUIs
Topic: Change InvokeRequired to True
Replies: 4
Views: 1525

Change InvokeRequired to True

Hello, I have a GUI with a label which is not visible ($false). I would like to visible the item with BeginInvoke(). So long the task is running, the item is visible and when finished not. When I have understand, then I must change InvokeRequired to True, so I could change objects outsite my task. h...
by Bender2010
Tue Apr 03, 2018 12:14 am
Forum: PowerShell GUIs
Topic: Creating User Control
Replies: 2
Views: 1696

Re: Creating User Control

OK, Thank your for your information!

Beste regards
by Bender2010
Sun Apr 01, 2018 5:58 am
Forum: PowerShell GUIs
Topic: Creating User Control
Replies: 2
Views: 1696

Creating User Control

Hello together, I´m testing PowerShell Studio to creating nice GUIs and I like it yet! In a Youtube video (it´s in Visual Studio C) I saw the user is creating a "User Control", what shoud loading in his project. On a button click, he could show or not the User control (Bring to the front)....