Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assign file-id to picturebox in code
Message
From
27/09/2004 17:19:44
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Assign file-id to picturebox in code
Miscellaneous
Thread ID:
00946441
Message ID:
00946441
Views:
56
greetings all
Simple problem, I need to assign a file id to a picturebox. Here is what I have:
x = App.Path & "\bitmaps\pumpkin.wmf"
imgPicture.picture = x
also tried
imgPicture.picture = App.Path & "\bitmaps\pumpkin.wmf"

Keeps giving me an error "object required", sometimes it gives me a "type mismatch"

any ideas?? thanx in advance
Next
Reply
Map
View

Click here to load this message in the networking platform