Search found 62 matches

by GHIsolierung
Tue Mar 19, 2019 4:06 am
Forum: PowerShell Studio
Topic: Registry Picker to export registry files
Replies: 3
Views: 2830

Registry Picker to export registry files

Product, version and build: Powershell Studio 2019, Version 5.6.160 32 or 64 bit version of product: 64bit Operating system: Windows 10, 1803 32 or 64 bit OS: 64bit I want to be able to click on a registration path in my Forms application and export it later. I have tried to adapt your example, but ...
by GHIsolierung
Fri Mar 01, 2019 12:41 am
Forum: PowerShell Studio
Topic: Create link to folder that is in the project
Replies: 2
Views: 2036

Create link to folder that is in the project

Powershell Studio 2019 64 bit Version 5.6.157 Windows 10 64bit 1803 Hello, I have created a module folder within my Forms project from which a module can be loaded if required. SAPIEN PowerShell Studio 2019 2019-03-01 09.39.42.png I don't know how to a) programmatically access the folder when I am i...
by GHIsolierung
Thu Nov 15, 2018 9:30 am
Forum: PowerShell
Topic: Cannot Add properties to Object in Powershell Studio, but works in Powershell ISE
Replies: 1
Views: 1589

Cannot Add properties to Object in Powershell Studio, but works in Powershell ISE

PowerShell Studio 2018 (64 Bit) Build: v5.5.155 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.17134.0 Hello, I have a simple task that works in the Powershell ISE, oddly enough not in Powershell Studio. I have a click event that takes a name from a textbox, searches for this name via Get-ADUser an...
by GHIsolierung
Mon Apr 09, 2018 7:38 am
Forum: PowerShell GUIs
Topic: Datagridview | Select DataBoundItem
Replies: 4
Views: 2855

Re: Datagridview | Select DataBoundItem

Okay, I get it now.
I've been working on this too complicated.
I assumed that I could save the state of the active filter to the datagrid and then switch between these different filters.
But I have now found a solution.
Thank you
by GHIsolierung
Mon Apr 09, 2018 4:41 am
Forum: PowerShell GUIs
Topic: Datagridview | Select DataBoundItem
Replies: 4
Views: 2855

Re: Datagridview | Select DataBoundItem

Okay, thanks for your answer. All in all, I would like to achieve the following. Read data from AD, convert to data table, show in grid view ( works) When filtering, filter the Datagridview and show it again (works) If the filter is deactivated, display the original DataTable again. Somehow I have t...
by GHIsolierung
Mon Apr 09, 2018 2:12 am
Forum: PowerShell GUIs
Topic: Datagridview | Select DataBoundItem
Replies: 4
Views: 2855

Datagridview | Select DataBoundItem

PowerShell Studio 2018 v5.5.150 @ Windows 10 Pro x64 Hello, I have a simple'Windows Forms' application, which displays computer objects in a'Datagridview' ('Datatable'). This works very well. To sort the view by active and inactive computers, I have two checkboxes . But when I update the Datagridvie...
by GHIsolierung
Tue Feb 13, 2018 8:33 am
Forum: PowerShell GUIs
Topic: [solved]Sort Datagridview when using DataTable
Replies: 2
Views: 3361

Re: Sort Datagridview when using DataTable

puhh...I was so blind...

thanks
by GHIsolierung
Tue Feb 13, 2018 1:13 am
Forum: PowerShell GUIs
Topic: [solved]Sort Datagridview when using DataTable
Replies: 2
Views: 3361

[solved]Sort Datagridview when using DataTable

Sapien Powershell Studio 2017 v 5.4.141, Windows 10 x64. I know that the topic has already been discussed several times and I have read a few posts in this forum on the topic, but I still don't get smarter and need help. I have to sort the individual columns of a datagrid view and have read that thi...
by GHIsolierung
Tue Aug 22, 2017 2:22 pm
Forum: PowerShell Studio
Topic: Imported Module not working in *.exe file
Replies: 6
Views: 2323

[solved]Imported Module not working in *.exe file

ok and alright then.

Thank you for your help and for explaining it to me.