Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: USB Device Data Read Pin
ptr_Electron7-Aug-08 0:06
ptr_Electron7-Aug-08 0:06 
GeneralRe: USB Device Data Read Pin
vcprog7-Aug-08 0:35
vcprog7-Aug-08 0:35 
GeneralRe: USB Device Data Read Pin
vcprog7-Aug-08 1:36
vcprog7-Aug-08 1:36 
QuestionRe: USB Device Data Read Pin
David Crow7-Aug-08 3:30
David Crow7-Aug-08 3:30 
AnswerRe: USB Device Data Read Pin
vcprog7-Aug-08 18:39
vcprog7-Aug-08 18:39 
GeneralRe: USB Device Data Read Pin
David Crow8-Aug-08 3:14
David Crow8-Aug-08 3:14 
QuestionRe: USB Device Data Read Pin
David Crow7-Aug-08 3:25
David Crow7-Aug-08 3:25 
QuestionApplication crashes after the call onStart (msg handeler )is done. Pin
ptr_Electron6-Aug-08 18:01
ptr_Electron6-Aug-08 18:01 
Application crashes after the call onStart is completed.

Declaration
	virtual void OnStartPrgBar();



BEGIN_MESSAGE_MAP(MainFrame, CMDIFrameWnd)
	ON_MESSAGE(WM_USER_START_PROGRESS,OnStartPrgBar)
    //}}AFX_MSG_MAP
END_MESSAGE_MAP()



void MainFrame::OnStart()
{
 Dlg->DoModal();  // dialog is displayed and after closing the dialog app. crashes

}

AnswerRe: Application crashes after the call onStart (msg handeler )is done. Pin
Stephen Hewitt6-Aug-08 18:26
Stephen Hewitt6-Aug-08 18:26 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
ptr_Electron6-Aug-08 18:37
ptr_Electron6-Aug-08 18:37 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
Stephen Hewitt6-Aug-08 18:41
Stephen Hewitt6-Aug-08 18:41 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
ptr_Electron6-Aug-08 19:36
ptr_Electron6-Aug-08 19:36 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
Stephen Hewitt6-Aug-08 19:43
Stephen Hewitt6-Aug-08 19:43 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
David Crow7-Aug-08 3:33
David Crow7-Aug-08 3:33 
AnswerRe: Application crashes after the call onStart (msg handeler )is done. Pin
SandipG 6-Aug-08 20:52
SandipG 6-Aug-08 20:52 
QuestionHow to include animations in MFC (vc++6.0) Pin
Mohsin Abbas6-Aug-08 17:36
Mohsin Abbas6-Aug-08 17:36 
AnswerRe: How to include animations in MFC (vc++6.0) Pin
ptr_Electron6-Aug-08 18:34
ptr_Electron6-Aug-08 18:34 
AnswerRe: How to include animations in MFC (vc++6.0) Pin
pallaka6-Aug-08 18:35
pallaka6-Aug-08 18:35 
QuestionLNK2001 error question Pin
monsieur_jj6-Aug-08 17:31
monsieur_jj6-Aug-08 17:31 
AnswerRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 19:07
Nibu babu thomas6-Aug-08 19:07 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 19:28
monsieur_jj6-Aug-08 19:28 
GeneralRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 19:42
Nibu babu thomas6-Aug-08 19:42 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 19:48
monsieur_jj6-Aug-08 19:48 
GeneralRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 19:53
Nibu babu thomas6-Aug-08 19:53 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 20:00
monsieur_jj6-Aug-08 20:00 

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.