|
-
Apr 25th, 2000, 01:27 PM
#1
-
Apr 25th, 2000, 01:49 PM
#2
Lively Member
if i remember correctly you need to use
.picture = loadpicture(path)
for loading a pic at runtime.
-
Apr 26th, 2000, 12:43 AM
#3
yes.. LOAD PICTURE... but i have another thing to say:
DON'T USE APP.PATH
instead of.. use this function:
Code:
Public Function AppPath() as String
If Right(App.Path,1) = "\" then
AppPath = App.Path
Else
AppPath = App.Path & "\"
End If
End Function
=)
taLON
-
Apr 26th, 2000, 09:26 AM
#4
Thanks bman. Will try that one.
Gee why wouldn't you use app.path & "\whatever"
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
|