Powershell: I have an existing Picturebox1 and need to load its image from c:\project\image.jpg when form1 loads.
I know how to do, for example,
$Label20.location = '73,97'
but have tried 1000's of examples from Google searches to load an image file into the picturebox without success.
Surely it can't be that hard.