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 included with the installer.
If you have questions, comments or suggestions, please head over to the free tools section in our support forum.
Tags: forms, gui, powershell, PrimalForms, SAPIEN, Windows, Winforms









November 3rd, 2008 at 1:01 pm
You guy makes me so happy
Thanks.
November 4th, 2008 at 7:25 am
Eagerly awaited - this’ll be a big hit. I’ll let everyone know about it at the upcoming Windows Connections workshops.
November 4th, 2008 at 8:06 am
[...] Bron: http://blog.sapien.com/index.php/2008/11/03/free-primalforms-tool-for-powershell-released/ [...]
November 4th, 2008 at 8:19 am
Great tool, but we could use some tutorials. I probably just haven’t figured out how to do it yet, but I can’t seem to be able to add a control, put code in for it, then add additional controls. There seems to be a strict difference between this tool outputting .ps1 files and .pff. The .pff files are great for re-opening and adding new controls or changing the layout of the form, but once you export it to a .ps1 and start adding code, there doesn’t seem to be a way to edit that .ps1 and add more controls (buttons, textboxes, etc). I’m sure I’m missing something simple, I can’t imagine you guys would make it so someone had to completly design the form first, then add the code without the ability to change the form layout and add additional controls.
November 4th, 2008 at 8:23 am
There is a Getting Started Guide which walks you through most of the tool, plus some sample forms and scripts so you can see how things go together.
The form generator is only responsible for generating code to create the form. What I did when I need to make changes was export the new form to the clipboard, paste into a new file, then copy and paste the new form code into my existing script, keeping all the the script blocks and functions.
November 20th, 2008 at 5:55 am
Wow, that’s pretty cool. Thanks for creating more free tools.