You are into VC++, so you have to install the MSDN (Microsoft Developer Network ) in your computer to ease searching for help in case you need it, or at least have the Microsoft Platform SDK documentation installed in your machine. One of this documentation is a must (either will do), since nobody can remember all of the API (Application Programming Interface) i.e. the function prototype to call a particular windows feature that is exposed to the programmer, it's way too much to remember. As for the image acquisition that you asked for, you can find the information in MSDN/Platform SDK (as per MSDN 2003) in the Graphics/Multimedia | WIA (Windows Image Acquisition) section. Basically, all you need will be related to WIA API that windows exposes. So learn all the facilities that windows exposes that meet your needs. Also always remember that MSDN is your best friend for information need :sm28: