1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Forms output

This commit is contained in:
Jaap Brasser
2019-08-11 22:07:02 +02:00
parent 5b5680f61d
commit 4ab81af243

View File

@@ -50,7 +50,7 @@ param(
$Form.Controls.Add($FormInput)
$Form.Controls.Add($FormOKButton)
$Form.ShowDialog() | ForEach-Object {
[convert]::ToBase64String([char[]]$FormInputText)
[System.Windows.Forms.MessageBox]::Show([convert]::ToBase64String([char[]]$FormInputText),$Title)
}
}
default {