Windows PowerShell Tutorial 8 - Forms, Part 2

Windows PowerShell Tutorial 8 - Forms, Part 2

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
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

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top