Regedit32
Moderator
- Joined
- Mar 4, 2016
- Messages
- 3,620
- Reaction score
- 1,139
Regedit32 submitted a new article:
Windows PowerShell Tutorial 8 - Forms, Part 2 - How to add elements to your Form, such as Textbox, Tabs, Text Fields, Buttons, Drag & Drop, Panels
Read more about this article...
Windows PowerShell Tutorial 8 - Forms, Part 2 - How to add elements to your Form, such as Textbox, Tabs, Text Fields, Buttons, Drag & Drop, Panels
When it comes to working with the assembly System.Windows.Form there really is a lot of Classes available to you which allows you to add elements to your GUI Form to make it more user friendly and functional; afterall the entire purpose of creating a GUI Form is to remove the users need to type in all those commands you have coded into your Script.
Given the number of Classes is quite large I will not be covering every option in this tutorial, and instead will focus on...
Read more about this article...