Click here to Skip to main content
15,900,390 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question64 bit Crc Polynomial ? Pin
Nibu babu thomas20-Jul-06 23:12
Nibu babu thomas20-Jul-06 23:12 
AnswerRe: 64 bit Crc Polynomial ? Pin
Programm3r20-Jul-06 23:27
Programm3r20-Jul-06 23:27 
GeneralRe: 64 bit Crc Polynomial ? Pin
Nibu babu thomas20-Jul-06 23:30
Nibu babu thomas20-Jul-06 23:30 
JokeRe: 64 bit Crc Polynomial ? Pin
Programm3r20-Jul-06 23:35
Programm3r20-Jul-06 23:35 
GeneralRe: 64 bit Crc Polynomial ? Pin
Nibu babu thomas20-Jul-06 23:39
Nibu babu thomas20-Jul-06 23:39 
AnswerRe: 64 bit Crc Polynomial ? Pin
Stephen Hewitt20-Jul-06 23:42
Stephen Hewitt20-Jul-06 23:42 
GeneralRe: 64 bit Crc Polynomial ? Pin
Nibu babu thomas20-Jul-06 23:51
Nibu babu thomas20-Jul-06 23:51 
QuestionActivex control Pin
sunita ramesh20-Jul-06 23:10
sunita ramesh20-Jul-06 23:10 
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*/)<br />
{<br />
		m_bSafeToClose = TRUE;<br />
		m_ctrlAnimate.Stop();<br />
	<br />
	if (m_bAbort)<br />
		EndDialog(IDCANCEL);<br />
	else if (wParam)<br />
	{<br />
		AfxMessageBox(m_sError);<br />
		EndDialog(IDCANCEL);<br />
	}<br />
	else<br />
		EndDialog(IDOK);<br />
	<br />
	return 0L;<br />
}


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
AnswerRe: Activex control Pin
Anilkumar K V21-Jul-06 1:16
Anilkumar K V21-Jul-06 1:16 
QuestionOCX control in an SDI application. Pin
HakunaMatada20-Jul-06 23:09
HakunaMatada20-Jul-06 23:09 
QuestionRe: OCX control in an SDI application. Pin
David Crow21-Jul-06 3:18
David Crow21-Jul-06 3:18 
AnswerRe: OCX control in an SDI application. Pin
HakunaMatada24-Jul-06 19:11
HakunaMatada24-Jul-06 19:11 
GeneralRe: OCX control in an SDI application. Pin
David Crow25-Jul-06 3:21
David Crow25-Jul-06 3:21 
Questiondatabase in different domains Pin
Marc Soleda20-Jul-06 23:03
Marc Soleda20-Jul-06 23:03 
AnswerRe: database in different domains Pin
Programm3r20-Jul-06 23:39
Programm3r20-Jul-06 23:39 
GeneralRe: database in different domains Pin
Marc Soleda21-Jul-06 0:17
Marc Soleda21-Jul-06 0:17 
GeneralRe: database in different domains Pin
Marc Soleda21-Jul-06 0:35
Marc Soleda21-Jul-06 0:35 
QuestionGetUserName Pin
see me20-Jul-06 22:50
see me20-Jul-06 22:50 
AnswerRe: GetUserName Pin
Nibu babu thomas20-Jul-06 23:10
Nibu babu thomas20-Jul-06 23:10 
GeneralRe: GetUserName Pin
Eytukan21-Jul-06 0:37
Eytukan21-Jul-06 0:37 
GeneralRe: GetUserName Pin
Nibu babu thomas21-Jul-06 0:45
Nibu babu thomas21-Jul-06 0:45 
GeneralRe: GetUserName Pin
Hamid_RT21-Jul-06 1:18
Hamid_RT21-Jul-06 1:18 
GeneralRe: GetUserName Pin
Nibu babu thomas21-Jul-06 1:37
Nibu babu thomas21-Jul-06 1:37 
GeneralRe: GetUserName Pin
Hamid_RT21-Jul-06 1:50
Hamid_RT21-Jul-06 1:50 
GeneralRe: GetUserName Pin
Hamid_RT21-Jul-06 1:18
Hamid_RT21-Jul-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.