I have a command button that is set to 'Style=Graphical' and it has the 'Picture' property set to an image on the hard drive. This is Ok, but how do i set the picture manually in the code to something else? Im doing this at the moment bit the compiler doesnt like it.

VB Code:
  1. CommandExit.Picture = "C:\a.bmp"

Do i have to use 'Set' instead or something? Thanx in advance