How do you apply a picture (*.bmp) to an object or variable for easier referance?
I know there is a way to do I just forgot. Thanks in advance.
Printable View
How do you apply a picture (*.bmp) to an object or variable for easier referance?
I know there is a way to do I just forgot. Thanks in advance.
Can you be more specific?
Do you mean you just want a variable which Refernces a Picturebox's Picture Object Directly?
If so..
Code:Dim oObj As Picture
Set oObj = Picture1.Picture
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Exactly! I knew It was somethin' like that. Thanks!