↧
New article on PowerShell Magazine: Using the...
The System.Windows.Forms.OpenFileDialog Class can be used to create a dialog which allows a user to select a single file or multiple files. This allows for a quick method of user interaction with a...
View ArticleNew article on PowerShell Magazine: Using the...
I have been using some of the default graphic interfaces that are provided by the System.Windows.Forms Class in my scripts. The FolderBrowserDialog class can be used to create a Dialog box that allows...
View ArticleNew article on PowerShell Magazine: Use Windows Forms to generate GUI messagebox
Today’s tip on PowerShell Magazine is on how to create a MessageBox using Windows.Forms in PowerShell. This allows for a popup window to appear prompting for user interaction. The full article...
View Article