Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0/3.5. The affected scripts will hang when PowerShell executes […]
Category: Free Tools
Editing PrimalForms
I continue to play with PrimalForms and I know many of you are as well. I thought I’d share a few other techniques for creating scripts and moving between the code generated by PrimalForms and the script you create in PrimalScript. One technique that I’ve started using is to leverage PrimalScript’s snippet feature.
PrimalScript Packaged PrimalForm PowerShell
I hope you’ve been playing with the free PrimalForms tool and started creating some useful PowerShell tools. Here’s a technique you might want to explore if you are using PrimalScript. If you’ve used the PrimalScript for awhile you likely are aware of the script packaging feature. You can use it to package your PowerShell scripts into an EXE file. Remember though, PowerShell needs to be installed wherever you may want to execute your package. But once packaged, launching the file will display your WinForm based script. Let me show you some ways to leverage script packaging and PowerShell scripts.
Free PrimalForms tool for PowerShell released
We are pleased to announce that the free GUI builder tool for PowerShell is now available for download. Head on over to http://www.primaltools.com/freetools to get it. (Registrations with a valid email address is required) The tool works with PowerShell V1 and the current V2 CTP. Our very own Jeffery Hicks created some samples that are […]