Click here to Skip to main content
15,891,903 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to add Buttons dynamically Pin
Nitron23-Oct-03 8:00
Nitron23-Oct-03 8:00 
Generalfind text Pin
includeh1023-Oct-03 7:48
includeh1023-Oct-03 7:48 
QuestionCan I change the caption of a property page? Pin
ElizabethC23-Oct-03 7:11
ElizabethC23-Oct-03 7:11 
AnswerRe: Can I change the caption of a property page? Pin
godzooky23-Oct-03 8:51
godzooky23-Oct-03 8:51 
AnswerRe: Can I change the caption of a property page? Pin
BadJerry23-Oct-03 8:52
BadJerry23-Oct-03 8:52 
GeneralRe: Can I change the caption of a property page? Pin
ElizabethC23-Oct-03 10:38
ElizabethC23-Oct-03 10:38 
GeneralRe: Can I change the caption of a property page? Pin
BadJerry24-Oct-03 0:06
BadJerry24-Oct-03 0:06 
GeneralRe: Can I change the caption of a property page? Pin
ElizabethC24-Oct-03 6:46
ElizabethC24-Oct-03 6:46 
I added the contructor and tried to compile the code, but getting another error message:

error C2668: 'CInboxPropPage::CInboxPropPage' : ambiguous call to overloaded function

It was complaining on the IMPLEMENT_DYNCREATE line:


IMPLEMENT_DYNCREATE(CInboxPropPage, CPropertyPage)

CInboxPropPage::CInboxPropPage() : CPropertyPage(CInboxPropPage::IDD)
{
//{{AFX_DATA_INIT(CInboxPropPage)
m_message_flag = "0";
//}}AFX_DATA_INIT
}

CInboxPropPage::CInboxPropPage(UINT nIDCaption) : CPropertyPage(CInboxPropPage::IDD, nIDCaption)
{
//{{AFX_DATA_INIT(CInboxPropPage)
//}}AFX_DATA_INIT
}



Eilzabeth
GeneralRe: Can I change the caption of a property page? Pin
BadJerry24-Oct-03 7:33
BadJerry24-Oct-03 7:33 
GeneralRe: Can I change the caption of a property page? Pin
ElizabethC24-Oct-03 7:35
ElizabethC24-Oct-03 7:35 
GeneralRe: Can I change the caption of a property page? Pin
BadJerry24-Oct-03 7:39
BadJerry24-Oct-03 7:39 
GeneralRe: Can I change the caption of a property page? Pin
ElizabethC24-Oct-03 7:47
ElizabethC24-Oct-03 7:47 
GeneralHardcode font size Pin
Anonymous23-Oct-03 6:51
Anonymous23-Oct-03 6:51 
GeneralRe: Hardcode font size Pin
Gary R. Wheeler25-Oct-03 5:18
Gary R. Wheeler25-Oct-03 5:18 
GeneralISAPI Filter Pin
Member 65865423-Oct-03 6:47
Member 65865423-Oct-03 6:47 
GeneralIE right click Pin
alto23-Oct-03 6:23
alto23-Oct-03 6:23 
GeneralRe: IE right click Pin
David Crow23-Oct-03 6:56
David Crow23-Oct-03 6:56 
GeneralRe: IE right click Pin
alto26-Oct-03 20:49
alto26-Oct-03 20:49 
Generalunicode application programming Pin
sagmam23-Oct-03 5:26
sagmam23-Oct-03 5:26 
GeneralRe: unicode application programming Pin
BadJerry23-Oct-03 5:40
BadJerry23-Oct-03 5:40 
GeneralRe: unicode application programming Pin
sagmam23-Oct-03 5:49
sagmam23-Oct-03 5:49 
Generaltoolbar with icons on left and right Pin
quzi23-Oct-03 5:09
quzi23-Oct-03 5:09 
GeneralRe: toolbar with icons on left and right Pin
Carlos Antollini23-Oct-03 12:18
Carlos Antollini23-Oct-03 12:18 
GeneralRe: toolbar with icons on left and right Pin
quzi25-Oct-03 19:42
quzi25-Oct-03 19:42 
GeneralNext Step in remote App. control Pin
Member 18130723-Oct-03 4:37
Member 18130723-Oct-03 4:37 

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.