You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
Forms output
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user