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
Every year Microsoft organizes the MVP Summit event in Redmond, WA. MVPs from around the world are invited to interact with Microsoft product teams during a full week of technical sessions.
This annual event provides the opportunity to collaborate with…
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
On Thursday, March 14, I had the pleasure of participating in the Orlando .NET User Group (ONETUG) Open Mic Night on the eve of their upcoming Orlando Code Camp 2019 event.
This is a dedicated user group with about 15…
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
I enjoyed attending the South Florida SQL Server User Group meeting and showcasing SAPIEN Technologie’s PowerShell Studio 2019 IDE during my “PowerShell Core – Introduction to SQL Server Linux Containers” presentation.
A big “thank you” to the meeting attendees, and…
Read More
This video demonstrates how to work with the Tab Control GUI template using PowerShell Studio.
In this video you will learn how to:
Find the Tab Control template.
Add controls to the form.
Change control properties in the form.
Use…
Read More
We have seen issues reported in our support forum where Azure commands are not terminating, or more likely their cmdlets are not returning in a GUI environment. This is due to the Powershell pipeline being held up by the GUI, which…
Read More
I had the pleasure of speaking with the Orlando .NET User Group on May 11. It was a well attended event with over 20 attendees and a few sponsors.
The presentation I gave provided a comparison of the differences between…
Read More