Click here to Skip to main content
15,905,566 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have just started with C# (Visual Studio 2010) and I want to make a simple video
capture program.
I want to use DirectShow and I have installed "windows SDK".

In the C# program code I write "using Microsoft.??????" instead of the ?????
I think I should write DirectX or DirectShow or ....
But first I have to "add Reference" to the project.
Menu - Project - add Reference - .NET
What then? What´s the name of the reference I need to use DirectShow??
Posted

There is a copmplete set of tutorials here: Programming DirectShow applications in C#: A set of tutorials[^] - they should help you through the whole process.
 
Share this answer
 
You can see this
Click
Click
 
Share this answer
 
Route21 wrote:
In the C# program code I write "using Microsoft.??????" instead of the ?????
I think I should write DirectX or DirectShow or ....

you need to write
Using Microsoft.Directx 
Using Microsoft.Directx.Direct3d

Route21 wrote:
But first I have to "add Reference" to the project.
Menu - Project - add Reference - .NET

yes before using you need to add reference

Route21 wrote:
What then? What´s the name of the reference I need to use DirectShow??

you need to add directx[^] package

Have go there[^] for more information
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900