This article presents the instructional video for our recent post: Four ways to package a non-GUI PowerShell script as an executable file.
The video briefly covers the four script engine options:
SAPIEN PowerShell Vx Host (Command Line)SAPIEN PowerShell Vx Host…
Read More
In this article I will show four Script Packager options available for converting a non-GUI PowerShell script to a packaged executable that can be run from a console shell.
The “Packager” option is available under the “Deploy” ribbon tab in…
Read More
I would like to extend a big Thank You to James Petty and the PowerShell Chattanooga User Group for having me speak online about “PowerShell – Fundamental on how to Persist Data in a SQL Server Container” on June 11.…
Read More
Year after year this event keeps providing relevant content on technologies that involve SQL Server and anything that handles big data.
The event was a success with approximately 1000 registered attendees.
I would like to thank the organizer for having…
Read More
In this blog post we take a look at how to include images in a RichTextBox Control for a GUI application. This may be helpful if you have a scenario where you want to display a selected image with the…
Read More
SAPIEN Technologies is proud to be a repeat sponsor of the Orlando Code Camp event organized by ONETUG (Orlando .NET User Group).
The event had 621 registered attendees, with 90 speakers and 92 sessions.
The speaker dinner party the night…
Read More
In Part 4 of the Progress Bar series, we integrate a progress bar control in a GUI application that submits a job for background processing. We also demonstrate how to interrupt the running job.
GUI Application for Listing PDF Documents…
Read More
In Part 3 of the Progress Bar series, we are going to take a more in-depth look at the “Progress Bar Overlay” control. This control allows us to display text in the progress bar while processing the script in the…
Read More
This article is Part 2 in our Progress Bar series. In this article, we cover handling a script’s task progress with the notion of completion by using a “Progress Bar” control in a GUI application to provide a visual presentation…
Read More
This is the first in a series of articles covering the topic of Progress Bars.
Sometimes a script can take time to complete a task and we need a way to display this in our GUI application. We can add…
Read More