Search found 20 matches

by DanielLeber
Fri Apr 21, 2023 3:43 am
Forum: PowerShell Studio
Topic: Obfuscating the executable breaks it
Replies: 5
Views: 4443

Obfuscating the executable breaks it

Product: PowerShell Studio 2023 (64 Bit) Build: v5.8.221 OS: Windows 10 Education (64 Bit) Build: v10.0.19044.0 Hi, I'm working on a PS project that I created with PowerShell Studio 5.8.219.0 I have compiled the script to an executable and enabled the function "Obfuscate PowerShell Files"....
by DanielLeber
Mon Nov 29, 2021 12:04 am
Forum: Former and Future Customers - Questions
Topic: Webbrowser control - Microsoft Edge WebView2
Replies: 4
Views: 12588

Re: Webbrowser control - Microsoft Edge WebView2

Is this such a big deal that it will take you so long?
by DanielLeber
Tue Nov 23, 2021 1:53 am
Forum: Former and Future Customers - Questions
Topic: Webbrowser control - Microsoft Edge WebView2
Replies: 4
Views: 12588

Webbrowser control - Microsoft Edge WebView2

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: Operating system: ...
by DanielLeber
Fri Oct 01, 2021 7:16 am
Forum: PowerShell GUIs
Topic: Remove all rows from datagridview except column header
Replies: 11
Views: 8815

Re: Remove all rows from datagridview except column header

Not really :|
Please tell me what to have to add in line 917. I've attached the MainForm
by DanielLeber
Thu Sep 30, 2021 6:59 am
Forum: PowerShell GUIs
Topic: Remove all rows from datagridview except column header
Replies: 11
Views: 8815

Re: Remove all rows from datagridview except column header

It's easy when you know how it works. Please, give me a specific example
by DanielLeber
Thu Sep 30, 2021 1:45 am
Forum: PowerShell GUIs
Topic: Remove all rows from datagridview except column header
Replies: 11
Views: 8815

Re: Remove all rows from datagridview except column header

I load the DataGridView control as a Job.
30-09-_2021_10-39-36.png
30-09-_2021_10-39-36.png (76.93 KiB) Viewed 6166 times
Have you an example for me how can I clear it from the $ComboBoxPrintServer_SelectedIndexChanged = {} ?

I'm kind of at a loss here
by DanielLeber
Thu Sep 30, 2021 12:26 am
Forum: PowerShell GUIs
Topic: Remove all rows from datagridview except column header
Replies: 11
Views: 8815

Re: Remove all rows from datagridview except column header

Inside the ConvertTo-DataTable function is a method, to clear the datatable object
30-09-_2021_08-35-01.png
30-09-_2021_08-35-01.png (26.1 KiB) Viewed 6169 times
I would like to clear all gridview entries when the ComboBox index changes, but keep the header. How can I realize this?
by DanielLeber
Wed Sep 29, 2021 11:04 am
Forum: PowerShell GUIs
Topic: Remove all rows from datagridview except column header
Replies: 11
Views: 8815

Re: Remove all rows from datagridview except column header

The $dataGridView.Rows.Clear() not really works. Exception calling "Clear" with "0" argument(s): "Cannot clear this list." Do you have another idea?
by DanielLeber
Wed Sep 29, 2021 8:00 am
Forum: PowerShell GUIs
Topic: Remove all rows from datagridview except column header
Replies: 11
Views: 8815

Remove all rows from datagridview except column header

Product: PowerShell Studio 2021 (64 Bit)
Build: v5.8.194
OS: Windows 10 Education (64 Bit)
Build: v10.0.19041.0

Hello,
how can all rows be removed from a datagridview, without the column header? $dataGridView.DataSource = $null remove the header too
by DanielLeber
Thu Jan 07, 2021 6:03 am
Forum: PowerShell Studio
Topic: Integrate additional files into an exe
Replies: 1
Views: 1220

Integrate additional files into an exe

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build:v5.7.182 Operating ...