Click here to Skip to main content
15,917,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile::Read Pin
Sam 200619-Apr-06 17:29
Sam 200619-Apr-06 17:29 
AnswerRe: CFile::Read Pin
Bram van Kampen19-Apr-06 15:56
Bram van Kampen19-Apr-06 15:56 
AnswerRe: CFile::Read Pin
kiran janaswamy19-Apr-06 19:38
kiran janaswamy19-Apr-06 19:38 
GeneralRe: CFile::Read Pin
David Crow20-Apr-06 4:02
David Crow20-Apr-06 4:02 
QuestionCrypto Api - create key with standard RSA rather than strong RSA (for W2K compatibility) Pin
EthannCastell19-Apr-06 13:52
EthannCastell19-Apr-06 13:52 
AnswerRe: Crypto Api - create key with standard RSA rather than strong RSA (for W2K compatibility) Pin
YaronNir20-Apr-06 0:40
YaronNir20-Apr-06 0:40 
QuestionHow I can enforce key length and CSP? Pin
EthannCastell20-Apr-06 2:33
EthannCastell20-Apr-06 2:33 
QuestionProperty Sheet Problem Pin
si_6919-Apr-06 13:11
si_6919-Apr-06 13:11 
Hi All

I have a property page with a tabbed property sheet, which works fine but im a bit stuck on how you get
the values back from each of the property sheets

property sheet is based on the CPropertySheet class, which is not based on CDialog but it provides the same functionality as a dialog.

i wanted to do something like the below, but when ok is called m_c_check doesnt have a value

can anyone point me in the right direction

CEmplSheet EmpSheet("Employment Application");

CEmploymentDlg Empl;
CExperienceDlg Exp;
CEducationDlg Educ;

EmpSheet.AddPage(&Empl);
EmpSheet.AddPage(&Exp);
EmpSheet.AddPage(&Educ);

EmpSheet.EnableStackedTabs(TRUE);

m_pMainWnd = &EmpSheet;

int nResponse = EmpSheet.DoModal();

if (nResponse == IDOK)
{
int i= Educ.m_c_check1.GetCheck();
}
else if (nResponse == IDCANCEL)
{
}


AnswerRe: Property Sheet Problem Pin
valikac19-Apr-06 14:57
valikac19-Apr-06 14:57 
GeneralRe: Property Sheet Problem Pin
si_6919-Apr-06 22:32
si_6919-Apr-06 22:32 
GeneralRe: Property Sheet Problem Pin
David Crow20-Apr-06 4:04
David Crow20-Apr-06 4:04 
AnswerRe: Property Sheet Problem Pin
prasad_som19-Apr-06 18:25
prasad_som19-Apr-06 18:25 
GeneralRe: Property Sheet Problem Pin
kiran janaswamy19-Apr-06 19:12
kiran janaswamy19-Apr-06 19:12 
GeneralRe: Property Sheet Problem Pin
si_6919-Apr-06 22:33
si_6919-Apr-06 22:33 
QuestionSetting mask for bitmap for CButton Pin
Andre xxxxxxx19-Apr-06 12:50
Andre xxxxxxx19-Apr-06 12:50 
AnswerRe: Setting mask for bitmap for CButton Pin
Shog919-Apr-06 14:10
sitebuilderShog919-Apr-06 14:10 
QuestionHelp me With My code Pin
ALQallaf19-Apr-06 12:37
ALQallaf19-Apr-06 12:37 
QuestionRe: Help me With My code Pin
David Crow20-Apr-06 4:21
David Crow20-Apr-06 4:21 
GeneralRe: Help me With My code Pin
ALQallaf20-Apr-06 7:20
ALQallaf20-Apr-06 7:20 
AnswerRe: Help me With My code Pin
ALQallaf20-Apr-06 7:55
ALQallaf20-Apr-06 7:55 
QuestionSet Volume JUST for my Application Pin
<_CodeExplorer_>19-Apr-06 12:17
<_CodeExplorer_>19-Apr-06 12:17 
AnswerRe: Set Volume JUST for my Application Pin
Michael Dunn19-Apr-06 12:54
sitebuilderMichael Dunn19-Apr-06 12:54 
GeneralRe: Set Volume JUST for my Application Pin
<_CodeExplorer_>19-Apr-06 13:02
<_CodeExplorer_>19-Apr-06 13:02 
GeneralRe: Set Volume JUST for my Application Pin
Michael Dunn19-Apr-06 13:04
sitebuilderMichael Dunn19-Apr-06 13:04 
GeneralRe: Set Volume JUST for my Application Pin
<_CodeExplorer_>19-Apr-06 13:10
<_CodeExplorer_>19-Apr-06 13:10 

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.