Click here to Skip to main content
15,909,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCapture video Pin
Yevgeny Efter10-Jan-07 9:33
Yevgeny Efter10-Jan-07 9:33 
AnswerRe: Capture video Pin
Like2Byte10-Jan-07 9:58
Like2Byte10-Jan-07 9:58 
GeneralRe: Capture video Pin
Yevgeny Efter10-Jan-07 16:58
Yevgeny Efter10-Jan-07 16:58 
GeneralRe: Capture video Pin
Mark Salsbery10-Jan-07 19:17
Mark Salsbery10-Jan-07 19:17 
AnswerRe: Capture video Pin
Haroon Sarwar10-Jan-07 19:42
Haroon Sarwar10-Jan-07 19:42 
GeneralRe: Capture video Pin
Yevgeny Efter11-Jan-07 1:59
Yevgeny Efter11-Jan-07 1:59 
QuestionQuestion with Directshow Video Compression Pin
godspeed12310-Jan-07 9:08
godspeed12310-Jan-07 9:08 
AnswerRe: Question with Directshow Video Compression Pin
Mark Salsbery10-Jan-07 10:25
Mark Salsbery10-Jan-07 10:25 
If you have the moniker then something like this...

pFilter = NULL;
hr = pMoniker->BindToObject(0, 0, IID_IBaseFilter, (void**)&pFilter);
if (SUCCEEDED(hr))
{
...
}

GeneralRe: Question with Directshow Video Compression Pin
godspeed12310-Jan-07 10:38
godspeed12310-Jan-07 10:38 
GeneralRe: Question with Directshow Video Compression Pin
Mark Salsbery10-Jan-07 10:50
Mark Salsbery10-Jan-07 10:50 
GeneralRe: Question with Directshow Video Compression Pin
godspeed12310-Jan-07 11:01
godspeed12310-Jan-07 11:01 
GeneralRe: Question with Directshow Video Compression Pin
godspeed12310-Jan-07 11:13
godspeed12310-Jan-07 11:13 
GeneralRe: Question with Directshow Video Compression Pin
Mark Salsbery10-Jan-07 13:58
Mark Salsbery10-Jan-07 13:58 
Questionsubclassing/superclassing a button Pin
Niamorh10-Jan-07 8:13
Niamorh10-Jan-07 8:13 
AnswerRe: subclassing/superclassing a button Pin
Mark Salsbery10-Jan-07 8:36
Mark Salsbery10-Jan-07 8:36 
GeneralRe: subclassing/superclassing a button Pin
Niamorh11-Jan-07 4:20
Niamorh11-Jan-07 4:20 
GeneralRe: subclassing/superclassing a button Pin
Mark Salsbery11-Jan-07 4:37
Mark Salsbery11-Jan-07 4:37 
QuestionOpen File Dialog PocketPC Pin
Like2Byte10-Jan-07 8:08
Like2Byte10-Jan-07 8:08 
QuestionImageList_DrawIndirect Problem! Pin
r3dqu33n10-Jan-07 6:15
r3dqu33n10-Jan-07 6:15 
QuestionRe: ImageList_DrawIndirect Problem! Pin
Mark Salsbery10-Jan-07 7:33
Mark Salsbery10-Jan-07 7:33 
AnswerRe: ImageList_DrawIndirect Problem! Pin
r3dqu33n10-Jan-07 8:36
r3dqu33n10-Jan-07 8:36 
GeneralRe: ImageList_DrawIndirect Problem! Pin
Mark Salsbery10-Jan-07 8:42
Mark Salsbery10-Jan-07 8:42 
QuestionProblem with CMap GetStartPosition() Pin
vipin_nvk10-Jan-07 5:22
vipin_nvk10-Jan-07 5:22 
AnswerRe: Problem with CMap GetStartPosition() Pin
PJ Arends10-Jan-07 5:56
professionalPJ Arends10-Jan-07 5:56 
QuestionRe: Problem with CMap GetStartPosition() Pin
David Crow10-Jan-07 5:59
David Crow10-Jan-07 5:59 

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.