|
-
Oct 2nd, 2002, 04:02 PM
#1
Thread Starter
Lively Member
Image Problem
I am creating a variable to hold the name of the image that I want another image to change to. Ok, dont worry about that, it is spitting me back an error. Heres code:
VB Code:
Dim x As Image
Private Sub FORM_LOAD()
x = Image27
End Sub
This is spitting back the dreaded "Object or with block variable not set". ????? Please help...
Thanks,
AnT
-
Oct 2nd, 2002, 04:05 PM
#2
Lively Member
Why don't you just put an invisible image box on the form containing the picture?
ERROR: No keyboard detected. Hit F1 to continue.
-
Oct 2nd, 2002, 04:06 PM
#3
-
Oct 2nd, 2002, 04:08 PM
#4
Thread Starter
Lively Member
Thanks, that works
-
Oct 2nd, 2002, 04:09 PM
#5
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
|