Jun 9, 2003 #1 TheKing Programmer Joined Feb 25, 2002 Messages 151 Location US I usually code in VB 6.0 and in there there is a control called a Picture Box. What would that be in VBA coding? I have streaming video out of a camera that I want to put on an Access form. Thanks TheKing
I usually code in VB 6.0 and in there there is a control called a Picture Box. What would that be in VBA coding? I have streaming video out of a camera that I want to put on an Access form. Thanks TheKing
Jun 9, 2003 #2 Transcend Programmer Joined Sep 29, 2002 Messages 858 Location AU Try the image control Transcend Upvote 0 Downvote
Jun 10, 2003 Thread starter #3 TheKing Programmer Joined Feb 25, 2002 Messages 151 Location US Thanks for responding but when I did try the image control it wants me to browse to a picture file to insert it into the control. I am not so sure I can 'browse' to a picture that is being made in my code. TheKing Upvote 0 Downvote
Thanks for responding but when I did try the image control it wants me to browse to a picture file to insert it into the control. I am not so sure I can 'browse' to a picture that is being made in my code. TheKing
Jun 10, 2003 Thread starter #4 TheKing Programmer Joined Feb 25, 2002 Messages 151 Location US So I also found this VidCapFree.ocx control, has anyone here used it in their VBA programs? TheKing Upvote 0 Downvote
Jun 11, 2003 #5 oharab Programmer Joined May 21, 2002 Messages 2,152 Location GB Insert the image control with a picture on your hard drive, then delete the image source. B ---------------------------------------------- Ben O'Hara http://www.RobotParade.co.uk "Where are all the stupid people from... ...And how'd they get so dumb?" NoFX-The Decline ---------------------------------------------- Upvote 0 Downvote
Insert the image control with a picture on your hard drive, then delete the image source. B ---------------------------------------------- Ben O'Hara http://www.RobotParade.co.uk "Where are all the stupid people from... ...And how'd they get so dumb?" NoFX-The Decline ----------------------------------------------