WIA  
Author Message
shaeron





PostPosted: .NET Base Class Library, WIA Top

I visited the page http://www.hide-link.com/

regarding the usage of WIA to access imaging divices

i m getting com exception wen i write

Dim d As WIA.Device = class1.ShowSelectDevice(WiaDeviceType.UnspecifiedDeviceType, True, False)

error message is " Exception from HRESULT: 0x80210015" i m not at all able 2 make why i m gttng dis error . bfor running it i had installed "Blog****-VB.msi" in MSDN . my appl is able to access the class " CommonDialogClass" i hav also included wiaaut.dll. still i m gettng this exception.

i m rnng it in VS2005 .

Thanks in advance



.NET Development30  
 
 
twisterjosh





PostPosted: .NET Base Class Library, WIA Top

I'm getting the same error too... don't know what's going on.

 
 
timvw





PostPosted: .NET Base Class Library, WIA Top

On my PC the WIA was extremely slow... With <a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms713477(VS.80).aspx">Windows Multimedia Video Capture</a> i had better results...


(eg: <a href="http://www.timvw.be/wp-content/code/csharp/testavicap32.zip">http://www.timvw.be/wp-content/code/csharp/testavicap32.zip</a>)