i was wondering if anyone could write me a definition that will open a currently in use image file in the windows picture and fax viewer? im having troubles...
anyhelp much appreciated!
If the fax viewer is a Microsoft product, then it is probably COM aware and using OLE technology will work for your needs. Unfortunately, the comtypes package for python is very new and has very little documentation thus far. Any programmer interested in making this work has much experimenting to do and will soon become the leading expert in that area. If you have made some progress, I'd be very interested in taking a look at your work. For my project, I have decided to switch to C++ extension for all of the OLE video capture (one week solid pounding on Visual Studio 2005 Express to get the DirectShow baseclasses to compile has finally paid off!).