hy .. why is this not working :
Image1.Picture = App.Path & "\pics\rot.jpg"
?? .. ahhrgg ..
Printable View
hy .. why is this not working :
Image1.Picture = App.Path & "\pics\rot.jpg"
?? .. ahhrgg ..
if you set it at design time, does it display ok?
humm .. error .. ..something with Types
and a Kompile-error!!
need a little more detail than that...Quote:
Originally posted by [DBH]Longbow
humm .. error .. ..something with Types
and a Kompile-error!!
ok, (i work with the german version, and i can't translate the error ...
German ERROR:Code:Private Sub Command2_Click()
Image1.Picture = App.Path & "\pics\FlascheRot0057.jpg"
End Sub
"Fehler beim Kompilieren: Typen unverträglich"
My translated version: :D
Kompile error: types do not fit together ... ??
sorry there is no Errornumber ..:confused:
Image1.Picture = LoadPicture(App.Path & "\pics\rot.jpg")
thx again!