PowerShell • Re: Same code - different result
https://learn.microsoft.com/en-us/dotne ... esktop-8.0The Focus method of a window returns true or false. I am guessing you wanted to do something else. Statistics: Posted by Alexander Riedel — Thu...
View ArticlePrimalScript • Re: PrimalScript 2024 Startup page - missing recent projects
The recent projects are still on the 'Recent' backstage view as shown here. They are currently not available on the start page.Statistics: Posted by Alexander Riedel — Thu Feb 08, 2024 3:06 pm
View ArticlePowerShell Studio • Can't Debug because AnalyzeScript fails with file not found
*** 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....
View ArticlePowerShell Studio • Re: Can't Debug because AnalyzeScript fails with file not...
Try to switch the feature off and see if that works. Please let us know.Statistics: Posted by Alexander Riedel — Fri Feb 09, 2024 12:54 am
View ArticlePowerShell Studio • SQL 2022 Server successfully connect, but an error occurred
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 ArticlePowerShell Studio • HEAT0001
Product: PowerShell Studio 2023 (64 Bit)Build: v5.8.224OS: Windows 10 Enterprise (64 Bit)Build: v10.0.19045.0I have been on this version for several months now.I have been able to build my MSI for...
View ArticlePowerShell Studio • Re: HEAT0001
These are errors from the Wix Toolset. The first one specifically points out that a Windows API function (GetShortPathName) threw an exception.The second one is from a different WiX tool.From what I...
View ArticlePowerShell Studio • Re: SQL 2022 Server successfully connect, but an error...
You may find the following helpful:https://stackoverflow.com/questions/176 ... -when-connhttps://learn.microsoft.com/en-us/troub ... -driver-19Statistics: Posted by brittneyr — Fri Feb 09, 2024 12:14 pm
View ArticleFormer and Future Customers - Questions • I can't install PrimalXML
I can't install PrimalXML as it fails to write the registry then it reverses the entire installation process.Running the installer as an administrator, doesn't work.My antivirus or firewall isn't...
View ArticleFormer and Future Customers - Questions • Re: I can't install PrimalXML
That is a pretty strange link, we have nothing of that sort in our installer. It does not seem to be even a valid registry path. I installed the trial from out website with no errors and searched my...
View ArticlePowerShell GUIs • Relative Element Positioning & Properties Palette
Hey All,If I have a label and a combo box, and I want the combo box to start at the end of the label, I would set its X position to be label.Location.X + label.Size.Width (more or less) and it would...
View ArticlePowerShell GUIs • Re: Relative Element Positioning & Properties Palette
No, you cannot see this in the designer.If you are dynamically setting a property, you need to preview/run the psf to see the results.Statistics: Posted by brittneyr — Mon Feb 12, 2024 7:28 am
View ArticlePowerShell Studio • Re: Different computer, different from designer display
The form shown in the designer with size based on the display and set properties. This means controls will 'resize themselves' in the designer similar to when running the form on different...
View ArticlePowerShell Studio • AccountExpirationDate is returned in american format
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.237OS: Windows 10.0.19045PS Version(s): 5.1.19041.1$UserDetails = Get-ADUser -Identity $UserID -Properties * -Credential $Credential$AccExpire =...
View ArticlePowerShell Studio • Re: AccountExpirationDate is returned in american format
PowerShell very often reverts back to its American roots. I recall reading somewhere that one of the architects of PowerShell insisted that this was intentional.I would post a link but it has been a...
View ArticleWish List and Feature Requests • Azure / Intune
Does Sapian have any plans on making tools that can work with Azure/Intune? Namely, any hope of having a tool that can write to LogAnalytics or reports in Intune for reporting of data? Thank...
View ArticlePowerShell Studio • Add-Type error in powershell core v7 package
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.237OS: Windows 10.0.14393PS Version: 5.1.14393.0, 7.4.1Hello,I have an simple windows form project that contains following lines in global.ps1$c1 =...
View ArticlePowerShell Studio • Re: Heat/FIPS error during build (HEAT0308)
Thanks. Let me know if there's anything I can try for the FIPS error.Statistics: Posted by C_Herman — Wed Feb 14, 2024 6:42 am
View ArticlePowerShell Studio • Re: Add-Type error in powershell core v7 package
Hello Mike,If you can, please zip and load up the test project, so that we can attempt to recreate the issue:https://www.sapien.com/support/uploadThanksStatistics: Posted by Olga_B — Wed Feb 14, 2024...
View ArticlePowerShell Studio • FormClosingEventHandler does not work
Product, version and build: PowerShell Studio 2023 (64 Bit) v5.8.221Operating system: Windows 11 Enterprise 22H2PowerShell version(s): 5.1.22621.2506Hi,I would like to control the closing of my form...
View Article