Click here to Skip to main content
15,868,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAn Invalid Exception Handler Routine Has Been Detected Pin
Richard Andrew x6418-Mar-13 4:03
professionalRichard Andrew x6418-Mar-13 4:03 
AnswerRe: An Invalid Exception Handler Routine Has Been Detected Pin
Stephen Hewitt18-Mar-13 4:46
Stephen Hewitt18-Mar-13 4:46 
GeneralRe: An Invalid Exception Handler Routine Has Been Detected Pin
Richard Andrew x6418-Mar-13 11:57
professionalRichard Andrew x6418-Mar-13 11:57 
QuestionHow to set values in CPageSetupDialog? Pin
Le@rner17-Mar-13 21:32
Le@rner17-Mar-13 21:32 
AnswerRe: How to set values in CPageSetupDialog? Pin
Richard MacCutchan17-Mar-13 22:10
mveRichard MacCutchan17-Mar-13 22:10 
GeneralRe: How to set values in CPageSetupDialog? Pin
Le@rner17-Mar-13 22:41
Le@rner17-Mar-13 22:41 
GeneralRe: How to set values in CPageSetupDialog? Pin
Richard MacCutchan17-Mar-13 23:48
mveRichard MacCutchan17-Mar-13 23:48 
AnswerRe: How to set values in CPageSetupDialog? Pin
Coder Block18-Mar-13 2:55
Coder Block18-Mar-13 2:55 
may be this help u... Smile | :)
u may have dialog class like,
C++
CPageSetupDialog abc;
//Conding to set values.
abc.papersize = 10;
abc.sorce = "ACC";
abc.margin = 44;
//ETC.
//And then modal it..Like,
if(abc.DoModal() == IKOK)
{
//Success;
}else
{
//Fail..
}

GeneralRe: How to set values in CPageSetupDialog? Pin
Le@rner19-Mar-13 2:45
Le@rner19-Mar-13 2:45 
AnswerRe: How to set values in CPageSetupDialog? Pin
David Crow19-Mar-13 3:05
David Crow19-Mar-13 3:05 
GeneralRe: How to set values in CPageSetupDialog? Pin
Coder Block24-Mar-13 23:10
Coder Block24-Mar-13 23:10 
QuestionLocating a function address with the debugger Pin
Richard Andrew x6417-Mar-13 11:37
professionalRichard Andrew x6417-Mar-13 11:37 
AnswerRe: Locating a function address with the debugger Pin
pasztorpisti17-Mar-13 14:28
pasztorpisti17-Mar-13 14:28 
GeneralRe: Locating a function address with the debugger Pin
Richard Andrew x6417-Mar-13 16:47
professionalRichard Andrew x6417-Mar-13 16:47 
AnswerRe: Locating a function address with the debugger Pin
Stephen Hewitt17-Mar-13 16:42
Stephen Hewitt17-Mar-13 16:42 
GeneralRe: Locating a function address with the debugger Pin
Richard Andrew x6417-Mar-13 16:49
professionalRichard Andrew x6417-Mar-13 16:49 
GeneralRe: Locating a function address with the debugger Pin
Stephen Hewitt17-Mar-13 21:31
Stephen Hewitt17-Mar-13 21:31 
GeneralRe: Locating a function address with the debugger Pin
Stephen Hewitt18-Mar-13 16:06
Stephen Hewitt18-Mar-13 16:06 
AnswerRe: Locating a function address with the debugger Pin
Stephen Hewitt18-Mar-13 16:10
Stephen Hewitt18-Mar-13 16:10 
GeneralRe: Locating a function address with the debugger Pin
Richard Andrew x6419-Mar-13 4:39
professionalRichard Andrew x6419-Mar-13 4:39 
AnswerRe: Locating a function address with the debugger Pin
Erudite_Eric19-Mar-13 2:37
Erudite_Eric19-Mar-13 2:37 
GeneralRe: Locating a function address with the debugger Pin
Richard Andrew x6419-Mar-13 4:41
professionalRichard Andrew x6419-Mar-13 4:41 
GeneralRe: Locating a function address with the debugger Pin
Erudite_Eric20-Mar-13 3:29
Erudite_Eric20-Mar-13 3:29 
GeneralRe: Locating a function address with the debugger Pin
Stephen Hewitt19-Mar-13 5:17
Stephen Hewitt19-Mar-13 5:17 
GeneralRe: Locating a function address with the debugger Pin
Erudite_Eric20-Mar-13 3:30
Erudite_Eric20-Mar-13 3:30 

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.