PowerShell Tutorials : Making a GUI Part 6 - CSV Splitter GUI Part 1

preview_player
Показать описание
Making a GUI (Graphical User Interface) with PowerShell that uses the file dialogs, text box, and lists. In this video I go over the project we will be making and how to design the CSV splitter in Visual Studio and load it in our powershell script.

Links:

Tags:
PowerShell
GUI
Programming
Scripting
Automating
JackedProgrammer
Coding
Рекомендации по теме
Комментарии
Автор

God, I love you even more seeing OSRS, and RuneLite 🤣Such a beast!

joeblack
Автор

Getting an error message; Exception calling "Load" with "1" argument(s), When I remove the listbox it is running ok, do you know what to do? /Dosan (Thanks for the great video)

andersdose
Автор

If you are building this using VS 2022 - and you put in a list box, and it adds any sample data, you need to delete the sample data and the margin line out of the code before you save / use it inside of POSH script. Or at least thats what I had to do.

nickcosta
Автор

I have got this error:
Exception calling "Load" with "1" argument(s): "Failed to create a 'Click' from the text 'Button_Click'."
At line:13 char:5
+ $psform =
+
+ CategoryInfo : NotSpecified: (:) [],
+ FullyQualifiedErrorId : XamlParseException

hogusong