In a previous article we covered how you can generate comment-based help for functions. Now we expanded upon this feature by added the ability to create templates for comment-based help generator.
[Requires: PowerShell Studio 2014 v4.1.61 or above]
Comment-Based Help…
Read More
PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application…
Read More
We use scripting to automate tasks that would otherwise be very repetitive. However, when it comes to creating a script most users start with a blank slate, an empty file. Then they hunt for copy and paste sources to start…
Read More
In the (v3.1.9) service release we introduced a new form template called: Wizard Template.
This template simulates an application wizard by utilizing a TabControl to represent the various pages of the wizard. The template also includes navigation buttons that enable…
Read More
PrimalScript 2011 creates Unicode files by default. There are some exceptions, like XML files, which are created as UTF-8 files.
While generally Unicode is the way to go with international characters and mixed languages and so forth there are some…
Read More
PrimalForms 2011 will ship with a number of predefined templates that will make things easier for you when creating a GUI for PowerShell.
(Fig 1: When you create a new form, a list of templates will appear.)
We know some…
Read More
We’ve revamped the "Essentials" page on ScriptingAnswers.com to give it better visibility, and make it easier for us to add new content in the future (which of course we plan to do). Bookmark http://www.scriptinganswers.com/essentials, and subscribe to the new Essentials…
Read More