Click here to Skip to main content
15,883,841 members
Home / Discussions / COM
   

COM

 
GeneralRe: Is it good to use ref Parameter with a COM Method in C# Pin
Nathan Holt at EMOM20-Mar-08 8:58
Nathan Holt at EMOM20-Mar-08 8:58 
GeneralExcel Macro for Filtered Data Pin
Brendan Vogt17-Mar-08 3:15
Brendan Vogt17-Mar-08 3:15 
QuestionCan a Flash File call a custom ActiveX objects's methods Pin
thomas_tom9915-Mar-08 4:30
thomas_tom9915-Mar-08 4:30 
AnswerRe: Can a Flash File call a custom ActiveX objects's methods Pin
User 21559715-Mar-08 11:29
User 21559715-Mar-08 11:29 
GeneralCustom HTTP headers in IWebBrowser2 Pin
berserker_r13-Mar-08 4:50
berserker_r13-Mar-08 4:50 
GeneralDebugging a .net dll via com wrapper Pin
RB@Emphasys13-Mar-08 4:28
RB@Emphasys13-Mar-08 4:28 
GeneralRe: Debugging a .net dll via com wrapper Pin
User 21559715-Mar-08 11:32
User 21559715-Mar-08 11:32 
QuestionREPAINT on IVideoWindow [modified] Pin
Member 263291112-Mar-08 4:35
Member 263291112-Mar-08 4:35 
I am working on the custom renderer (based on the sampVid),and I am
using the MediaPlayerClassic applciation to test my renderer
The problem I am facing is when I use my renderer when I pause the
video and minimize and maximize the Media player classic I can see my
IVideowindow doesnt repaint the frame back ,right now I am using the
below code in the IvidoeWindow Receivemessages
to black out the Ivideowindow before playback start.
if (uMsg == WM_ERASEBKGND)
{
EXECUTE_ASSERT(GetClientRect(m_hwnd,&ClientRect));
HBRUSH hBrush = CreateSolidBrush(RGB(0,0,0));


EXECUTE_ASSERT(FillRect(m_hdc,&ClientRect,hBrush));
EXECUTE_ASSERT(DeleteObject(hBrush));
return (LRESULT) 0;
}


can any one please help me out how to repiant the paused frame
back ,when I do minimize and maximise on pause


any suggestion will be a great help.

Kesav

modified on Thursday, March 13, 2008 1:21 AM

QuestionNeed some clarification Pin
Karl Hansson12-Mar-08 0:11
Karl Hansson12-Mar-08 0:11 
GeneralRe: Need some clarification Pin
Nathan Holt at EMOM12-Mar-08 6:25
Nathan Holt at EMOM12-Mar-08 6:25 
GeneralRe: Need some clarification Pin
Karl Hansson12-Mar-08 23:17
Karl Hansson12-Mar-08 23:17 
GeneralRe: Need some clarification Pin
Nathan Holt at EMOM13-Mar-08 8:50
Nathan Holt at EMOM13-Mar-08 8:50 
GeneralRe: Need some clarification Pin
Karl Hansson15-Mar-08 1:06
Karl Hansson15-Mar-08 1:06 
GeneralRe: Need some clarification Pin
CPallini13-Mar-08 10:47
mveCPallini13-Mar-08 10:47 
GeneralRe: Need some clarification Pin
Nathan Holt at EMOM13-Mar-08 11:03
Nathan Holt at EMOM13-Mar-08 11:03 
GeneralTrying to set "User cannot change password" option using ADSI Pin
Taruni11-Mar-08 22:50
Taruni11-Mar-08 22:50 
QuestionComponent Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
scottdj10-Mar-08 13:08
scottdj10-Mar-08 13:08 
GeneralRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
Scott Dorman10-Mar-08 15:46
professionalScott Dorman10-Mar-08 15:46 
AnswerRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
scottdj10-Mar-08 17:22
scottdj10-Mar-08 17:22 
GeneralRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
Scott Dorman10-Mar-08 17:43
professionalScott Dorman10-Mar-08 17:43 
AnswerRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
scottdj10-Mar-08 18:06
scottdj10-Mar-08 18:06 
GeneralRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
Scott Dorman11-Mar-08 4:33
professionalScott Dorman11-Mar-08 4:33 
AnswerRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
scottdj10-Mar-08 17:48
scottdj10-Mar-08 17:48 
GeneralRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
Scott Dorman11-Mar-08 4:28
professionalScott Dorman11-Mar-08 4:28 
QuestionRe: Component Services->COM+->Add new component hangs, C++ Unmanaged COM DLL using C# Pin
scottdj11-Mar-08 15:25
scottdj11-Mar-08 15:25 

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.