Jump to content

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.