PowerShell GUIs • Datagridviewer get data from a selected row
[System.Windows.Forms.DataGridViewCellEventHandler]{#Event Argument: $_ = [System.Windows.Forms.DataGridViewCellEventArgs]#TODO: Place custom script here$Row = New-Object...
View ArticlePowerShell GUIs • Re: Datagridviewer get data from a selected row
To get the DataGridViewRow from the CellClick event, you would do something like the following:Code: $datagridview1_CellClick=[System.Windows.Forms.DataGridViewCellEventHandler]{#Event Argument: $_ =...
View ArticlePowerShell Studio • Multi Form Closing from main form
Product, version and build: 5.8.246Operating system: windows 10PowerShell version(s): 7.4.4I want to close the PleaseWait form after the data is gathered but I can not find how to close that form from...
View ArticlePowerShell Studio • Autocomplete for AD cmdlts not working
When I select powershell 7 the autocomplete for AD cmdlts is not working, but when Powershell 5 is selected it works.This works in Visual Studio CodeProduct, version and build: 5.8.246Operating...
View ArticlePowerShell Studio • Re: Multi Form Closing from main form
The form is being shown as a dialog. You can only close this form within your PleaseWait form. You may find the following article helpful:https://www.sapien.com/blog/2022/01/04/ ......
View ArticlePowerShell Studio • Re: Autocomplete for AD cmdlts not working
Do you have ActiveDirectory setup for PowerShell 7?You may find the following helpful:https://learn.microsoft.com/en-us/power ... ver2019-psStatistics: Posted by brittneyr — Thu Jul 25, 2024 9:41 am
View ArticleVersionRecall • Re: VersionRecall not updating repositories
The repository is stored in D:\PreviousVersions on the server. The source files are stored in D:\Websites. This is the same server where VersionRecall is installed. I don't think there are any...
View ArticlePowerShell GUIs • Re: The property 'Text' cannot be found on this object.
Code: Apologies. Correction, this is ran from a $checkForMissingUpdatesToolStripMenuItem_Click event.Statistics: Posted by budder1975 — Wed Jul 31, 2024 9:55 am
View ArticleFormer and Future Customers - Questions • Re: Rich Text Boxes Changing Size
-I always use my second monitor (32" hi res).-It's not the form changing size, so far it's only several rich text boxes and one tab control.-I'm not sure if they are set to autosize, I don't see it in...
View ArticlePowerShell Studio • Can't find code signing config
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.246OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.3Hi,I've just got a new code signing certificate and I can't find where to select it in...
View ArticlePowerShell Studio • Re: Can't find code signing config
You can set the certificate under Options->PowerShell:Statistics: Posted by brittneyr — Mon Aug 05, 2024 8:48 am
View ArticlePowerShell GUIs • 2 x StatusStrips Anchored Bottom and swap them around
Hi, I am running Powershell Studio Version 5.8.247I have created a form with 2 Status Strips that are both anchored to the bottom of the form, one sits on top of the other.StatusStrip2StatusStrip1but...
View ArticleFormer and Future Customers - Questions • Missing button
We are missing the 'Open Certificate button' ????*** Redirected to 'Former and Future Customers - Questions' section: No active maintenance ****** Redirected to 'Former and Future Customers -...
View ArticleFormer and Future Customers - Questions • Re: Missing button
It appears so. What build of PowerShell Studio are you using?Statistics: Posted by brittneyr — Thu Aug 08, 2024 7:25 am
View ArticlePowerShell Studio • Re: Ctrl+Alt hotkey problem in Editor area
At this time, I would recommend trying an alternate keyboard layout.We will look into improving upon this in a future release.Statistics: Posted by brittneyr — Fri Aug 09, 2024 3:27 pm
View ArticlePowerShell GUIs • Re: 2 x StatusStrips Anchored Bottom and swap them around
try a tablelayoutpanel - might be what you need with minimum effortStatistics: Posted by apowershelluser — Mon Aug 12, 2024 6:53 am
View ArticlePowerShell GUIs • Re: Animated Gif in powershell form
Correct , powershell is single threaded .. follow this or look at runspaceshttps://www.sapien.com/blog/2012/05/16/ ... ive-forms/Statistics: Posted by apowershelluser — Mon Aug 12, 2024 6:58 am
View ArticlePowerShell Studio • How to build a cmdline exe from a script
Product, version and build: PowerShell Studio 2024 (64bit) v5.8.245Operating system: Windows 10.0.19045PowerShell version(s): 5.1.19041.1I'm trying to build an executable that will run from the Cmd...
View ArticlePowerShell Studio • Re: How to build a cmdline exe from a script
Are you getting errors when you attempt to build? Can you copy and paste the output here from when you attempt to build your executable?Statistics: Posted by brittneyr — Tue Aug 13, 2024 9:42 am
View ArticleFormer and Future Customers - Questions • Powershell studio 2024 uses the...
When using Windows PowerShell all works fine, but trying the same thing in SAPIEN PowerShell Studio 2024 results in errors, as shown in the attached picture.This must be a bug, and here is the only...
View Article