Just another of one of those cool pieces of code that takes too long to Google.
This snippet of code will succinctly set the image property of a Winforms button.
The image needs to be in the Images folder under the application
Me
.btnLoadHold.Image =
New
Bitmap(System.IO.Path.Combine(Application.StartupPath,
"images\LoadHoldOff.png"
))