Hi all,

On my form I have a picture box called "Picture1" and a button called "Command1", here is the code that is in the button:

If Picture1.Picture = LoadPicture(App.Path & "\Folder1\" & "PicA" & ".BMP") Then

Picture1.Picture = LoadPicture(App.Path & "\Folder1\" & "PicB" & ".BMP")
End If

I have checked the folder to ensure that these two pictures exist, but when I click the button, the picture does not change.

Any Info on how I can get this to work??

Thanks

Mark