Click here to Skip to main content
15,920,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GetBuffer/ReleaseBuffer Pin
CPallini6-Jun-07 20:52
mveCPallini6-Jun-07 20:52 
Questionan acm problem: Firenet Pin
followait6-Jun-07 19:56
followait6-Jun-07 19:56 
AnswerRe: an acm problem: Firenet Pin
Peter Weyzen6-Jun-07 23:56
Peter Weyzen6-Jun-07 23:56 
QuestionLPVOID to CString Conversion Pin
Atul Kumar Bhatt6-Jun-07 19:39
Atul Kumar Bhatt6-Jun-07 19:39 
AnswerRe: LPVOID to CString Conversion Pin
Mark Salsbery6-Jun-07 20:16
Mark Salsbery6-Jun-07 20:16 
Question"Cannot add a new member" Pin
CodeMak6-Jun-07 19:38
CodeMak6-Jun-07 19:38 
QuestionRe: "Cannot add a new member" Pin
Hamid_RT6-Jun-07 21:00
Hamid_RT6-Jun-07 21:00 
AnswerRe: "Cannot add a new member" Pin
Akt_4_U6-Jun-07 22:45
Akt_4_U6-Jun-07 22:45 
I think you must add some member in header file , for example : in following
code , when you want add double click to add a new member in dialog, the
"Cannot add new member " message will be occur. please move the
private:
int m_iValue

below the ADX_DATA will be fixed!

// Dialog Data
//{{AFX_DATA(CDlg)
enum { IDD = IDD_DIALOG };
CButton m_ABC;
CRichEditCtrl m_RichEdit;
private:
int m_iValue
//}}AFX_DATA

Also this inidicates that the file is readonly, or that perhaps the various magic comments have
been corrupted





akt

AnswerRe: "Cannot add a new member" Pin
Akt_4_U6-Jun-07 22:46
Akt_4_U6-Jun-07 22:46 
GeneralRe: "Cannot add a new member" Pin
CodeMak7-Jun-07 17:31
CodeMak7-Jun-07 17:31 
GeneralRe: "Cannot add a new member" Pin
Hamid_RT7-Jun-07 21:41
Hamid_RT7-Jun-07 21:41 
QuestionHow to create a dynamic bitmap ? Pin
Ohad Cabiri6-Jun-07 19:29
Ohad Cabiri6-Jun-07 19:29 
AnswerRe: How to create a dynamic bitmap ? Pin
Hamid_RT6-Jun-07 20:58
Hamid_RT6-Jun-07 20:58 
AnswerRe: How to create a dynamic bitmap ? Pin
Akt_4_U6-Jun-07 22:53
Akt_4_U6-Jun-07 22:53 
QuestionRe: How to create a dynamic bitmap ? Pin
Mark Salsbery7-Jun-07 5:14
Mark Salsbery7-Jun-07 5:14 
AnswerRe: How to create a dynamic bitmap ? Pin
Ohad Cabiri10-Jun-07 1:46
Ohad Cabiri10-Jun-07 1:46 
QuestionHow to Identify System Lock/Unlock in MFC Pin
swamy Narasimha6-Jun-07 19:26
swamy Narasimha6-Jun-07 19:26 
AnswerRe: How to Identify System Lock/Unlock in MFC Pin
Rajkumar R6-Jun-07 20:07
Rajkumar R6-Jun-07 20:07 
GeneralRe: How to Identify System Lock/Unlock in MFC Pin
swamy Narasimha6-Jun-07 23:34
swamy Narasimha6-Jun-07 23:34 
AnswerRe: How to Identify System Lock/Unlock in MFC Pin
David Crow7-Jun-07 4:40
David Crow7-Jun-07 4:40 
QuestionAccessing DLL Pin
Jhony george6-Jun-07 19:01
Jhony george6-Jun-07 19:01 
AnswerRe: Accessing DLL Pin
ThatsAlok6-Jun-07 19:21
ThatsAlok6-Jun-07 19:21 
Questionusb devive name Pin
prathuraj6-Jun-07 18:47
prathuraj6-Jun-07 18:47 
AnswerRe: usb devive name Pin
thammadi6-Jun-07 21:48
thammadi6-Jun-07 21:48 
GeneralRe: usb devive name Pin
prathuraj7-Jun-07 1:08
prathuraj7-Jun-07 1:08 

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.