GUI component interaction: Difference between revisions

Line 2,488:
$buttonRandom = $XMLForm.FindName('Button_Random')
$textBoxValue = $XMLForm.FindName('TextBox_Value')
$textBoxValue.Text = Get-Random -Minimum 0 -Maximum 10000
 
$buttonRandom.add_click({
678

edits