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

C / C++ / MFC

 
QuestionLayout problem? Pin
20-Aug-01 3:15
suss20-Aug-01 3:15 
Generallarge text files in rich edit controls Pin
lio20-Aug-01 2:24
lio20-Aug-01 2:24 
GeneralRe: large text files in rich edit controls Pin
Per20-Aug-01 5:17
Per20-Aug-01 5:17 
GeneralDetecting instance of app in System Tray Pin
Jinxter20-Aug-01 1:49
Jinxter20-Aug-01 1:49 
GeneralRe: Detecting instance of app in System Tray Pin
20-Aug-01 8:40
suss20-Aug-01 8:40 
GeneralRe: Detecting instance of app in System Tray Pin
Giles20-Aug-01 8:47
Giles20-Aug-01 8:47 
GeneralApplication Exit function Pin
20-Aug-01 0:20
suss20-Aug-01 0:20 
GeneralRe: Application Exit function Pin
lio20-Aug-01 2:08
lio20-Aug-01 2:08 
Try to put this code in OnAppExit of your CMainFrame class

if (AfxMessageBox("Do you really want to exit?",MB_YESNO) == IDYES)
{
CMainFrame::OnClose();
}

Lio.

GeneralRe: Application Exit function Pin
20-Aug-01 6:18
suss20-Aug-01 6:18 
GeneralDLL loading trouble. Pin
The_Server19-Aug-01 21:01
The_Server19-Aug-01 21:01 
GeneralRe: DLL loading trouble. Pin
yamini19-Aug-01 22:51
yamini19-Aug-01 22:51 
GeneralRe: DLL loading trouble. Pin
The_Server20-Aug-01 1:03
The_Server20-Aug-01 1:03 
GeneralRe: DLL loading trouble. Pin
Mukkie21-Aug-01 7:18
Mukkie21-Aug-01 7:18 
QuestionHow settings the DCB for SerialPort ? Pin
youssef19-Aug-01 20:54
youssef19-Aug-01 20:54 
AnswerRe: How settings the DCB for SerialPort ? Pin
Tim Deveaux20-Aug-01 13:05
Tim Deveaux20-Aug-01 13:05 
Generalconnection options Pin
19-Aug-01 20:47
suss19-Aug-01 20:47 
Questionhmmm DAO !!! 3 question ??? Pin
Ahmad19-Aug-01 20:20
Ahmad19-Aug-01 20:20 
AnswerRe: hmmm DAO !!! 3 question ??? Pin
Steen Krogsgaard20-Aug-01 5:17
Steen Krogsgaard20-Aug-01 5:17 
GeneralRe: hmmm DAO !!! 3 question ??? Pin
Ahmad20-Aug-01 21:56
Ahmad20-Aug-01 21:56 
QuestionCan I dialing from my programme ??? Pin
Ahmad19-Aug-01 20:15
Ahmad19-Aug-01 20:15 
GeneralReference to the document Pin
19-Aug-01 20:09
suss19-Aug-01 20:09 
GeneralMail from an NT Service Pin
Nick Blumhardt19-Aug-01 19:47
Nick Blumhardt19-Aug-01 19:47 
Generalp.s. Pin
Nick Blumhardt19-Aug-01 19:53
Nick Blumhardt19-Aug-01 19:53 
GeneralRe: Mail from an NT Service Pin
Giles20-Aug-01 1:41
Giles20-Aug-01 1:41 
GeneralRe: Mail from an NT Service Pin
Nick Blumhardt20-Aug-01 12:51
Nick Blumhardt20-Aug-01 12:51 

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.