Click here to Skip to main content
15,904,346 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need help (fatal + urgent) [edited - bis] Pin
TA-RS14-Jul-05 13:02
TA-RS14-Jul-05 13:02 
GeneralRe: I need help (fatal + urgent) Pin
Maximilien11-Jul-05 5:45
Maximilien11-Jul-05 5:45 
GeneralReturning a date Pin
Camron11-Jul-05 5:27
Camron11-Jul-05 5:27 
GeneralRe: Returning a date Pin
David Crow11-Jul-05 5:42
David Crow11-Jul-05 5:42 
GeneralRe: Returning a date Pin
Maximilien11-Jul-05 5:49
Maximilien11-Jul-05 5:49 
GeneralRe: Returning a date Pin
Indivara11-Jul-05 14:47
professionalIndivara11-Jul-05 14:47 
Generalebitmap file Pin
Anonymous11-Jul-05 5:26
Anonymous11-Jul-05 5:26 
GeneralMFC PreTranslatedMessage() ... opening dialog Pin
majeric11-Jul-05 3:14
majeric11-Jul-05 3:14 
hi all

In PreTranslatedMessage() when recv WM_RBUTTONDOWN i open dialog but when im closing it... it crash the whole program why is that happen ?

source:
<br />
BOOL CMFCTestDlg::PreTranslateMessage(MSG * pMsg)<br />
{<br />
	switch(pMsg->message)<br />
	{<br />
	case WM_RBUTTONDOWN:<br />
	{<br />
            CSniff.DoModal();<br />
            // or trying modales with Create() it crash anyway when closing  <br />
            // that dialog<br />
	}<br />
<br />
	return 0;//CDialog::PreTranslateMessage(pMsg);<br />
}<br />


tnx you all...
GeneralRe: MFC PreTranslatedMessage() ... opening dialog Pin
David Crow11-Jul-05 3:26
David Crow11-Jul-05 3:26 
GeneralRe: MFC PreTranslatedMessage() ... opening dialog Pin
majeric12-Jul-05 0:39
majeric12-Jul-05 0:39 
GeneralRe: MFC PreTranslatedMessage() ... opening dialog Pin
David Crow12-Jul-05 3:27
David Crow12-Jul-05 3:27 
GeneralNeed Help Pin
sroberts8211-Jul-05 2:39
sroberts8211-Jul-05 2:39 
GeneralRe: Need Help Pin
David Crow11-Jul-05 3:06
David Crow11-Jul-05 3:06 
GeneralRe: Need Help Pin
sroberts8211-Jul-05 3:21
sroberts8211-Jul-05 3:21 
Generalusing a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 1:47
Anonymous11-Jul-05 1:47 
GeneralRe: using a MFC DLL in C++ .Net Pin
toxcct11-Jul-05 1:59
toxcct11-Jul-05 1:59 
GeneralRe: using a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 2:17
Anonymous11-Jul-05 2:17 
GeneralRe: using a MFC DLL in C++ .Net Pin
toxcct11-Jul-05 5:33
toxcct11-Jul-05 5:33 
GeneralRe: using a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 10:26
Anonymous11-Jul-05 10:26 
GeneralFlash.ocx and massive memory issues Pin
RobotIntestines11-Jul-05 1:38
RobotIntestines11-Jul-05 1:38 
Generalvc++ Pin
prabhakar2611-Jul-05 1:33
prabhakar2611-Jul-05 1:33 
GeneralRe: vc++ Pin
toxcct11-Jul-05 1:41
toxcct11-Jul-05 1:41 
GeneralScipting Pin
ditty grail11-Jul-05 1:32
ditty grail11-Jul-05 1:32 
GeneralRe: Scipting Pin
toxcct11-Jul-05 1:39
toxcct11-Jul-05 1:39 
GeneralRe: Scipting Pin
De Nardis Andrea11-Jul-05 7:14
De Nardis Andrea11-Jul-05 7:14 

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.