Recent content by celestialcitizen

  1. C

    Image control in MS Access

    I have ms access 2003 It says opening the file has potential security problems This error occurs whenever I open both the mdbs
  2. C

    Image control in MS Access

    Hey I downloaded the stuff but when I try to open it it says Microsoft Access cannot open this file
  3. C

    Image control in MS Access

    Hey People Thanks a lot I'm overwhelmed by your response. The scenario is like this. The webcam has captured the image and has stored the image to a file on the harddisk. Now I assign the image control the picture using the following piece of code: Me.Image1.Picture = filepath Now I want to...
  4. C

    Capturing and saving images using WIA

    hey try the code in the following link it works for me !!! http://forums.quickcamteam.net/showthread.php?tid=140&pid=2797#pid2797
  5. C

    Image control in MS Access

    Okay like I know this method works. I myself would do it. But the person for whom I'm designing this stuff is a naive user. So if the file paths change then I'm not sure he can work around that problem : ( That's why I asked for this particular solution... Can you please help me out !!!
  6. C

    Image control in MS Access

    Can you help me out with the following problem: I have an MS Access 2003 DB and an MS Access form as its front end. I have managed to write code to capture image from a webcam to an image control in the access form. Now can you tell me how can I store this image from the image control to the...
Back
Top Bottom