Click here to Skip to main content
15,895,779 members
Home / Discussions / COM
   

COM

 
QuestionHow to use ActiveX control in VC++.Net version. Pin
sheshidar21-Jul-06 18:37
sheshidar21-Jul-06 18:37 
Questioninterview question on COM Pin
pathakr21-Jul-06 3:51
pathakr21-Jul-06 3:51 
AnswerRe: interview question on COM Pin
sheshidar21-Jul-06 18:58
sheshidar21-Jul-06 18:58 
GeneralDCOM Connection in Windows XP SP2 Pin
shibu george21-Jul-06 1:48
shibu george21-Jul-06 1:48 
GeneralRe: DCOM Connection in Windows XP SP2 Pin
sudeesh24-Jul-06 21:01
sudeesh24-Jul-06 21:01 
GeneralRe: DCOM Connection in Windows XP SP2 Pin
shibu george26-Jul-06 18:51
shibu george26-Jul-06 18:51 
GeneralRe: DCOM Connection in Windows XP SP2 Pin
Steve S26-Jul-06 21:24
Steve S26-Jul-06 21:24 
QuestionActivex control Pin
sunita ramesh21-Jul-06 0:24
sunita ramesh21-Jul-06 0:24 
Hello all,

I have an Activex Control in vc++ 6.0.It is a player plays cam files.

I have designed in the way that everytime the Activex control opens ,cam file will be downloaded from the server(Download Dialog) and after downloading the download dialog is closed automatically using OnThreadFinished.

LRESULT CHttpDownloadDlg::OnThreadFinished(WPARAM wParam, LPARAM /*lParam*/)
{
m_bSafeToClose = TRUE;
m_ctrlAnimate.Stop();

if (m_bAbort)
EndDialog(IDCANCEL);
else if (wParam)
{
AfxMessageBox(m_sError);
EndDialog(IDCANCEL);
}
else
EndDialog(IDOK);

return 0L;
}

OnThreadFinished is for closing the dialog after the cam file downloads
fully.

1.Is ther any method to close the dialog while downloading the file.

Help me please and give me ur suggestions.

thanks in advance




Sunita

Question#pragma pack Pin
anu_8820-Jul-06 23:01
anu_8820-Jul-06 23:01 
AnswerRe: #pragma pack Pin
Steve S20-Jul-06 23:32
Steve S20-Jul-06 23:32 
GeneralRe: #pragma pack Pin
anu_8821-Jul-06 0:32
anu_8821-Jul-06 0:32 
Questionsafearray of user defined structure store in variant Pin
rudo3220-Jul-06 21:31
rudo3220-Jul-06 21:31 
AnswerRe: safearray of user defined structure store in variant Pin
Aamir Butt25-Jul-06 0:29
Aamir Butt25-Jul-06 0:29 
AnswerRe: safearray of user defined structure store in variant Pin
Tim Paaschen25-Jul-06 2:42
Tim Paaschen25-Jul-06 2:42 
QuestionEcxel.dll is not working Pin
ersinsivaz20-Jul-06 10:00
ersinsivaz20-Jul-06 10:00 
Questionsafearray access returns junk pls help Pin
nikhil_ag198520-Jul-06 2:07
nikhil_ag198520-Jul-06 2:07 
QuestionGUID [modified] Pin
RRRB20-Jul-06 0:09
RRRB20-Jul-06 0:09 
AnswerRe: GUID Pin
nikhil_ag198520-Jul-06 2:14
nikhil_ag198520-Jul-06 2:14 
GeneralRe: GUID Pin
RRRB20-Jul-06 2:26
RRRB20-Jul-06 2:26 
AnswerRe: GUID [modified] Pin
sudeesh26-Jul-06 3:07
sudeesh26-Jul-06 3:07 
QuestionPlease help. Problem with including .idl file [modified] Pin
Kiran Pinjala19-Jul-06 21:35
Kiran Pinjala19-Jul-06 21:35 
AnswerRe: Please help. Problem with including .idl file Pin
Steve S19-Jul-06 21:59
Steve S19-Jul-06 21:59 
GeneralRe: Please help. Problem with including .idl file Pin
Kiran Pinjala19-Jul-06 23:47
Kiran Pinjala19-Jul-06 23:47 
Questionhow to use activeX inside ActiveX [modified] Pin
Chetan Sheladiya19-Jul-06 19:38
professionalChetan Sheladiya19-Jul-06 19:38 
AnswerRe: how to use activeX inside ActiveX Pin
Prakash Nadar1-Aug-06 1:18
Prakash Nadar1-Aug-06 1:18 

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.