Click here to Skip to main content
15,881,866 members
Articles / Programming Languages / C#

WIA Scripting and .NET

Rate me:
Please Sign up or sign in to vote.
4.90/5 (114 votes)
19 May 2002Public Domain5 min read 2M   57.9K   334  
How to use Windows Image Acquisition on Windows XP. Useful for integrating scanners, digital cameras, webcams and still-video.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WiaEasyImage", "WiaEasyImage.csproj", "{0E21D9F9-F411-4A6C-81CC-ADA060187E2A}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0E21D9F9-F411-4A6C-81CC-ADA060187E2A}.Debug.ActiveCfg = Debug|.NET
		{0E21D9F9-F411-4A6C-81CC-ADA060187E2A}.Debug.Build.0 = Debug|.NET
		{0E21D9F9-F411-4A6C-81CC-ADA060187E2A}.Release.ActiveCfg = Release|.NET
		{0E21D9F9-F411-4A6C-81CC-ADA060187E2A}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Web Developer
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions