Click here to Skip to main content
15,909,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: world 2003 Pin
Nader Elshehabi20-Aug-06 6:18
Nader Elshehabi20-Aug-06 6:18 
QuestionProblem with excel 97 Pin
AnnnS19-Aug-06 2:50
AnnnS19-Aug-06 2:50 
AnswerRe: Problem with excel 97 Pin
Rob Graham19-Aug-06 3:06
Rob Graham19-Aug-06 3:06 
AnswerRe: Problem with excel 97 Pin
Ista19-Aug-06 16:21
Ista19-Aug-06 16:21 
AnswerRe: Problem with excel 97 Pin
Nader Elshehabi20-Aug-06 2:20
Nader Elshehabi20-Aug-06 2:20 
QuestionDirectShow Programming in C# for Mpeg-2 Demultiplexer Pin
Andy Rama19-Aug-06 0:39
Andy Rama19-Aug-06 0:39 
AnswerRe: DirectShow Programming in C# for Mpeg-2 Demultiplexer Pin
leppie19-Aug-06 11:09
leppie19-Aug-06 11:09 
GeneralRe: DirectShow Programming in C# for Mpeg-2 Demultiplexer Pin
Andy Rama20-Aug-06 20:08
Andy Rama20-Aug-06 20:08 
leppie wrote:
Search for the DirectShow.NET lib on SourceForge.


I have DirectShow.NET lib. And I have designed a filter graph using it in C#. But when I tried to set properties of 'Mpeg-2 Demultiplexer' Filter using IMpeg2Demultiplexer Interface in C#. This I have done in VC++, for following properties I failed to convert in into C#.
memset(&Video_Info , 0x0 , sizeof(MPEG2VIDEOINFO));

#if !USE_DUMP_EX_FILTER
pMediaVideoType.cbFormat = sizeof(MPEG2VIDEOINFO);
#endif

#if !USE_DUMP_EX_FILTER
pMediaVideoType.pbFormat = (BYTE *)&Video_Info;
#endif

( pMediaVideoType is of 'AMMediaType' DataType). I didn't found Interface 'MPEG2VIDEOINFO' in C#. What should be done to set this properties?
Plz, help me.

Regards,
Aniket
Questionpass and recieve arguments Pin
Nafiseh Salmani18-Aug-06 23:38
Nafiseh Salmani18-Aug-06 23:38 
JokeRe: pass and recieve arguments Pin
Colin Angus Mackay19-Aug-06 5:34
Colin Angus Mackay19-Aug-06 5:34 
AnswerRe: pass and recieve arguments Pin
Nader Elshehabi20-Aug-06 3:06
Nader Elshehabi20-Aug-06 3:06 
GeneralRe: pass and recieve arguments Pin
Nafiseh Salmani21-Aug-06 3:50
Nafiseh Salmani21-Aug-06 3:50 
GeneralRe: pass and recieve arguments Pin
Nader Elshehabi21-Aug-06 5:05
Nader Elshehabi21-Aug-06 5:05 
GeneralRe: pass and recieve arguments Pin
Nafiseh Salmani22-Aug-06 21:37
Nafiseh Salmani22-Aug-06 21:37 
QuestionHow to Enumerate Objects in a window Pin
NewDev42418-Aug-06 23:33
NewDev42418-Aug-06 23:33 
AnswerRe: How to Enumerate Objects in a window Pin
Nader Elshehabi20-Aug-06 3:17
Nader Elshehabi20-Aug-06 3:17 
QuestionRe: How to Enumerate Objects in a window Pin
NewDev42420-Aug-06 18:59
NewDev42420-Aug-06 18:59 
AnswerRe: How to Enumerate Objects in a window Pin
Nader Elshehabi21-Aug-06 1:48
Nader Elshehabi21-Aug-06 1:48 
QuestionRe: How to Enumerate Objects in a window Pin
NewDev42421-Aug-06 17:52
NewDev42421-Aug-06 17:52 
QuestionHow to remove tag on a html page Pin
Slimounet18-Aug-06 22:42
Slimounet18-Aug-06 22:42 
AnswerRe: How to remove tag on a html page Pin
coolestCoder18-Aug-06 23:00
coolestCoder18-Aug-06 23:00 
AnswerRe: How to remove tag on a html page Pin
Mircea Grelus19-Aug-06 3:38
Mircea Grelus19-Aug-06 3:38 
QuestionInterop.excel.. Exception in 2K, working in Xp Pin
AnnnS18-Aug-06 21:18
AnnnS18-Aug-06 21:18 
AnswerRe: Interop.excel.. Exception in 2K, working in Xp Pin
Mircea Grelus19-Aug-06 3:48
Mircea Grelus19-Aug-06 3:48 
QuestionSyncoronizing voice and text Pin
Nafiseh Salmani18-Aug-06 20:08
Nafiseh Salmani18-Aug-06 20:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.