|
-
Feb 1st, 2002, 10:08 AM
#1
Thread Starter
Addicted Member
load picture in image .. :-0
hy .. why is this not working :
Image1.Picture = App.Path & "\pics\rot.jpg"
?? .. ahhrgg ..
Old enough to know better,
but young enough to don't give a ****!
-
Feb 1st, 2002, 10:14 AM
#2
Bouncy Member
if you set it at design time, does it display ok?
-
Feb 1st, 2002, 10:24 AM
#3
Thread Starter
Addicted Member
humm .. error .. ..something with Types
and a Kompile-error!!
Old enough to know better,
but young enough to don't give a ****!
-
Feb 1st, 2002, 10:38 AM
#4
Bouncy Member
Originally posted by [DBH]Longbow
humm .. error .. ..something with Types
and a Kompile-error!!
need a little more detail than that...
-
Feb 3rd, 2002, 06:03 AM
#5
Thread Starter
Addicted Member
ok, (i work with the german version, and i can't translate the error ...
Code:
Private Sub Command2_Click()
Image1.Picture = App.Path & "\pics\FlascheRot0057.jpg"
End Sub
German ERROR:
"Fehler beim Kompilieren: Typen unverträglich"
My translated version:
Kompile error: types do not fit together ... ??
sorry there is no Errornumber ..
Old enough to know better,
but young enough to don't give a ****!
-
Feb 3rd, 2002, 06:15 AM
#6
Addicted Member
Image1.Picture = LoadPicture(App.Path & "\pics\rot.jpg")
-
Feb 3rd, 2002, 09:52 AM
#7
Thread Starter
Addicted Member
Old enough to know better,
but young enough to don't give a ****!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|