News

The compiler tells you that you are currently calling ShowDialog on a WPF window and that there's no implicit cast between bool? and System.Windows.Forms.DialogResult Fix: Call ShowDialog on a ...
Prof. Powershell Retrieving Status Through PowerShell's Graphical Windows Form Prof. PowerShell is back with another alternative for displaying status messages in PowerShell. By Jeffery Hicks ...
You need to check out the System.Windows.Forms.SystemInformation static class.<BR><BR>It holds such useful properties as .Border3DSize, and .CaptionHeight, and a whole lot more.
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 ...