We are proud to announce that VersionRecall 2014 has been released and is now available for download from our web site at http://www.sapien.com/software/versionrecall. If you have been evaluating the community preview version, please make sure to read all the way down so you catch the new features that have been added. If you have not […]
Tag: PowerShell Studio
SAPIEN’s PowerShell Tools On Tour
SAPIEN is taking the show on the road! Starting February 2014 and continuing through November 2014, SAPIEN will be talking about and demo-ing its new and updated PowerShell related tools around the globe. Our currently confirmed dates and locations are below: February 8 – PowerShell Saturday – Charlotte, NC February 10 – New York PowerShell […]
Spotlight on the ToolTip Control
The Spotlight on Controls series describes the controls, that is, the objects in the System.Windows.Forms namespace, so you can use them effectively when building GUI apps in PowerShell Studio and PrimalScript. Each post focuses on one control and lists its most important properties, methods, and events, including the default event that PowerShell Studio adds to […]
PowerShell Studio: Ambient properties
In the PowerShell Studio: Enable and Disable Groups of Controls article we discussed how you can enable or disable group of controls by setting the parent control’s Enable property. Now we will look at other properties that have a similar trickle down effect, but work fundamentally in a different fashion. For example, if you change […]
PowerShell Studio: GUI Tutorials
The guys over at PowerShell Task Force have been posting a series of GUI Tutorials using PowerShell Studio 2012, including a festive Christmas GUI: Create AD users the GUI way: http://powershelltaskforce.com/2013/12/create-ad-users-part-6/# Merry Christmas – How To: http://powershelltaskforce.com/2013/12/merry-christmas-the-how-to/ I would like to thank PowerShell Task Force for the tutorials! Happy Holidays!
PowerShell Studio 2012 Reaches The Czech Republic!
Truth be told, our products have been used by many users in the Czech Republic for several years now but we certainly appreciate learning that more and more IT professionals are discovering our products there. Petr Vanicek, a network administrator and blogger in the Czech Republic, posted a nice blog article on PowerShell Studio 2012. […]
Atlanta does PowerShell right!
Mark your calendar for October 26 for PowerShell Saturday in Atlanta, Georgia! SAPIEN Technologies is sponsoring this event and we hope you can make it. The one-day event includes 15 one-hour presentations on everything PowerShell, a hands-on-lab, and even an Iron Scripter competition (do *you* have what it takes?!). The sessions are intensive and are […]
PowerShell Studio 2012 – WinForms – GUI ToolMaking
Francois-Xavier Cat over at the LazyWinAdmin blog, wrote a follow up article to Creating a GUI with PowerShell Studio. Like the previous article, a video is included: “Today I will go a bit further and show you how to create a tool to query some information from a remote computer. I will first send […]
Creating a GUI with PowerShell Studio
Francois-Xavier Cat over at the LazyWinAdmin blog, wrote a great article on how to create a basic GUI using PowerShell Studio 2012. In addition, the article includes a video of the process: “The following post will demo how to create a basic Graphical User Interface with SAPIEN PowerShell Studio 2012. Last year I released […]
PowerShell Studio – Passing and Returning Values using Forms
Two frequent questions we get on the forums are: How do I pass a value to another form? How do I get the results from a form? In this article, we will answer these common questions in order to give you a better understanding about how to use projects with multiple forms. Getting Started […]