PowerShell ModuleManager • Re: .Net 7 is EOL
This issue will be addressed in the next service release. I do not have an ETA at this time.Statistics: Posted by brittneyr — Fri Jul 19, 2024 7:11 am
View ArticlePowerShell 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 row and cell objects 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 ArticlePowerShell Studio • Unhandled Exception error when typing a dot after my...
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.247OS: Windows 10.0.19045PS Version(s): 7.4.4 (tried it with 5.1.19041.1 too and get the exact same error)*** Please add details and screenshots as...
View ArticlePowerShell Studio • Re: Unhandled Exception error when typing a dot after my...
We will look into and get back to you.Statistics: Posted by brittneyr — Mon Jul 29, 2024 6:52 am
View ArticlePowerShell Studio • SPS24Setup_5.8.247_072524_x64.exe not downloading
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.246OS: Windows 11.0.26120PS Version(s): 5.1.26100.973, 7.4.4SPS24Setup_5.8.247_072524_x64.exe is not downloading from your website. Tried multiple...
View ArticlePowerShell Studio • Re: SPS24Setup_5.8.247_072524_x64.exe not downloading
Hello, We're sorry for the inconvenience and are investigating the origin of your issue. To help us in our research, could you please:-Provide a screenshot of the location you are attempting to...
View ArticlePowerShell GUIs • Animated Gif in powershell form
Hi,I try to put an animated Gif in a powershell form.All is ok if nothing run. But when the application is processing the gif is freezing.example :Code: $Button_Connexion_Click =...
View ArticlePowerShell Studio • Ctrl+Alt hotkey problem in Editor area
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.247OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.3Do not use the Ctrl+Alt hotkey in the Editor area, as Ctrl+Alt is the same as AltGr, which...
View ArticlePowerShell Studio • Re: Ctrl+Alt hotkey problem in Editor area
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Tue Jul 30, 2024 8:34 am
View ArticleVersionRecall • VersionRecall not updating repositories
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...
View ArticleFormer and Future Customers - Questions • Rich Text Boxes Changing Size
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...
View ArticleFormer and Future Customers - Questions • Re: Rich Text Boxes Changing Size
When working on your forms, do you always use the same monitor? The forms could be resizing as a result of using the designer with different screen resolutions and DPIs.Are the controls set to...
View ArticleVersionRecall • Re: VersionRecall not updating repositories
Looks like you had the same problem in January, how did you solved it?So far i can't repro it in our testing environment.Statistics: Posted by Olga_B — Tue Jul 30, 2024 2:43 pm
View ArticlePowerShell GUIs • The property 'Text' cannot be found on this object.
Code: $Applications = (Get-WmiObject -Namespace "root\ccm\clientSDK" -Class CCM_SoftwareUpdate -ComputerName $Computer | Sort-Object name)if ([string]::IsNullOrEmpty($Applications)){write-host...
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 Article