I use this:
Picture10.Picture = LoadPicture(App.Path & "\XXX.bmp")
XXX.bmp does exist in the app.path but LoadPicture says file not found
Picture10.Picture = LoadPicture(App.Path & "\XXX.bmp")
XXX.bmp does exist in the app.path but LoadPicture says file not found