Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any one got a picture box control?

Status
Not open for further replies.

TheKing

Programmer
Joined
Feb 25, 2002
Messages
151
Location
US
I was looking for a "vb" style picture box for Access.
I am trying to work with the image box but it just doesn't seem to do the same thing as a vb picture box.

I try to set my image box like this:
imagebox.Picture = CaptureActiveWindow()



TheKing
[pc3]
 
There's very little difference between the two. I don't know what the function CaptureActiveWindow() is, but you could try this:

Me!imagebox.PictureData = CaptureActiveWindow()

If this doesn't work, please post the code for CaptureActiveWindow().

Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top