News

In the last lesson I demonstrated how to use the title bar of the PowerShell console or the PowerShell ISE to display status messages. Another option is it use a graphical Windows form. Normally, when ...
This applies not only to Windows Forms, but to all Microsoft GUI frameworks. When distributing finished applications, a distinction must be made between the classic .NET Framework and modern .NET.
One such application that received a major update recently is Winhance, which comes with the tagline of "Windows Enhancement Utility". Winhance used to be a PowerShell-based GUI (graphical user ...
Here is the Save button's click action code: [System.Windows.Forms.MessageBox ... have to be added to the form and then PowerShell must display the form. Each GUI element has a variable associated ...
First came PowerShell, and with it a true Windows command line environment. Closely related was the development of Windows Server Core, which dropped the GUI in favour of a command line-driven ...