Click here to Skip to main content
15,914,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Completion Port and Multithreads :: MFC Pin
Daniel Lohmann6-Nov-02 22:52
Daniel Lohmann6-Nov-02 22:52 
GeneralRe: Completion Port and Multithreads :: MFC Pin
valikac7-Nov-02 10:00
valikac7-Nov-02 10:00 
GeneralDereferencing iterators Pin
daniel jurnove6-Nov-02 16:27
sussdaniel jurnove6-Nov-02 16:27 
GeneralRe: Dereferencing iterators Pin
Taka Muraoka6-Nov-02 16:54
Taka Muraoka6-Nov-02 16:54 
GeneralRe: Dereferencing iterators Pin
Christian Graus6-Nov-02 16:59
protectorChristian Graus6-Nov-02 16:59 
GeneralRe: Dereferencing iterators Pin
Anonymous6-Nov-02 16:59
Anonymous6-Nov-02 16:59 
GeneralThread & Message Parameters Pin
stevenson6-Nov-02 15:35
stevenson6-Nov-02 15:35 
GeneralThis works, but is it the right way to do it Pin
kjessee6-Nov-02 15:33
kjessee6-Nov-02 15:33 
from inside a dialog box in an MDI app

void CDlgbtnChart::OnOK() <br />
{  <br />
	UpdateData();<br />
	UpdateData ( FALSE );<br />
	m_SingleSpan;<br />
<br />
        // This function does some stuff then writes file in sPathName<br />
	Chart(m_DFile, m_LFile, m_PathName", m_SS, true, true );<br />
<br />
        // Is this the correct way to open the file into the editor?<br />
	CMultiDocTemplate* pDoc;<br />
	pDoc = new CMultiDocTemplate(IDR_PLUTOTYPE,<br />
		RUNTIME_CLASS(CPlutoDoc),<br />
		RUNTIME_CLASS(CChildFrame),<br />
		RUNTIME_CLASS(CPlutoView));<br />
	pDoc->OpenDocumentFile(m_sPathName);<br />
<br />
	CDialog::OnOK();<br />
}




"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote."
Ben Franklin - 1759
GeneralRe: This works, but is it the right way to do it Pin
Christian Graus6-Nov-02 15:42
protectorChristian Graus6-Nov-02 15:42 
GeneralRe: This works, but is it the right way to do it Pin
kjessee6-Nov-02 15:56
kjessee6-Nov-02 15:56 
Generalsimple ATL-COM question. Pin
devvvy6-Nov-02 15:14
devvvy6-Nov-02 15:14 
GeneralRe: simple ATL-COM question. Pin
Christian Graus6-Nov-02 15:30
protectorChristian Graus6-Nov-02 15:30 
GeneralRe: simple ATL-COM question. Pin
Stefan Pedersen6-Nov-02 15:37
Stefan Pedersen6-Nov-02 15:37 
Generalkeep getting invalid progID Pin
devvvy6-Nov-02 15:57
devvvy6-Nov-02 15:57 
GeneralRe: keep getting invalid progID Pin
Stefan Pedersen6-Nov-02 16:12
Stefan Pedersen6-Nov-02 16:12 
Generalokay, now it's working, BUT.... Pin
devvvy6-Nov-02 17:55
devvvy6-Nov-02 17:55 
GeneralMSDev.exe crashing at startup Pin
Chris Meech6-Nov-02 14:31
Chris Meech6-Nov-02 14:31 
GeneralRe: MSDev.exe crashing at startup Pin
James Spibey7-Nov-02 0:20
James Spibey7-Nov-02 0:20 
GeneralRe: MSDev.exe crashing at startup Pin
Chris Meech7-Nov-02 2:43
Chris Meech7-Nov-02 2:43 
QuestionCan anyone see the problem in this code? Pin
Anonymous6-Nov-02 13:33
Anonymous6-Nov-02 13:33 
AnswerRe: Can anyone see the problem in this code? Pin
moliate6-Nov-02 14:29
moliate6-Nov-02 14:29 
GeneralRe: Can anyone see the problem in this code? Pin
Anonymous7-Nov-02 6:48
Anonymous7-Nov-02 6:48 
GeneralRe: Can anyone see the problem in this code? Pin
moliate7-Nov-02 12:15
moliate7-Nov-02 12:15 
GeneralApplication hiding and inactive at startup Pin
Anonymous6-Nov-02 13:10
Anonymous6-Nov-02 13:10 
GeneralDeleting objects created with the new operator Pin
Daniel Jurnove6-Nov-02 12:59
sussDaniel Jurnove6-Nov-02 12: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.