Search found 1 match

by jrderid
Sat Feb 06, 2016 1:02 am
Forum: PowerShell GUIs
Topic: Ho to use image files when building an executable
Replies: 3
Views: 3715

Ho to use image files when building an executable

Hi, I am writing a GUI front end that locks and unlocks a richtextbox (locked is read only). I placed a button on the form and the picture of a lock in the button when it is read only. When the user presses the button, the script changes the richtextbox to readonly = $false, and I want to change the...