Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionread and write email in lotus notes Pin
rcao3-Apr-06 17:20
rcao3-Apr-06 17:20 
Questionusing process to look for hwnd Pin
zt97883-Apr-06 17:10
zt97883-Apr-06 17:10 
AnswerRe: using process to look for hwnd Pin
Stephen Hewitt3-Apr-06 17:46
Stephen Hewitt3-Apr-06 17:46 
GeneralRe: using process to look for hwnd Pin
zt97883-Apr-06 19:13
zt97883-Apr-06 19:13 
GeneralRe: using process to look for hwnd Pin
Stephen Hewitt3-Apr-06 19:16
Stephen Hewitt3-Apr-06 19:16 
GeneralRe: using process to look for hwnd Pin
zt97883-Apr-06 19:43
zt97883-Apr-06 19:43 
GeneralRe: using process to look for hwnd Pin
Stephen Hewitt3-Apr-06 19:53
Stephen Hewitt3-Apr-06 19:53 
Questioncode like this. Pin
sting_lee3-Apr-06 16:27
sting_lee3-Apr-06 16:27 
class AFX_EXT_CLASS ConDlg : public CDialog
{
// Construction
public:
ConDlg(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(ConDlg)
enum { IDD = IDD_DIALOG1 };
CDTPicker m_DateP1;
CDTPicker m_DateP2;
CDTPicker m_TimeP1;
CDTPicker m_TimeP2;
CString m_TypePk;
//}}AFX_DATA


// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ConDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
struct M_Cage my_cage;Mad | :mad:
CString m_String;

Confused:
why m_cage could be touch while another vaiables such as m_DateP1 and m_String could not?

Lee

-- modified at 23:58 Monday 3rd April, 2006
AnswerRe: code like this. Pin
Rick York3-Apr-06 17:44
mveRick York3-Apr-06 17:44 
GeneralRe: code like this. Pin
toxcct3-Apr-06 21:56
toxcct3-Apr-06 21:56 
QuestionHelp me,I happen to a error about the compliler in VC6.0 Pin
onlysaint3-Apr-06 16:24
onlysaint3-Apr-06 16:24 
AnswerRe: Help me,I happen to a error about the compliler in VC6.0 Pin
includeh103-Apr-06 20:48
includeh103-Apr-06 20:48 
QuestionHow to touch member variable from a exported dll class Pin
sting_lee3-Apr-06 16:23
sting_lee3-Apr-06 16:23 
QuestionDSOFramer in MFC Dialog Pin
Jenleonard3-Apr-06 14:13
Jenleonard3-Apr-06 14:13 
Question2D array help Pin
juztten3-Apr-06 14:07
juztten3-Apr-06 14:07 
AnswerRe: 2D array help Pin
Saurabh.Garg3-Apr-06 15:26
Saurabh.Garg3-Apr-06 15:26 
AnswerRe: 2D array help Pin
juztten3-Apr-06 16:25
juztten3-Apr-06 16:25 
Questionhelppp Pin
slurpyz3-Apr-06 13:06
slurpyz3-Apr-06 13:06 
AnswerRe: helppp Pin
Ryan Binns3-Apr-06 18:35
Ryan Binns3-Apr-06 18:35 
GeneralRe: helppp Pin
toxcct3-Apr-06 22:00
toxcct3-Apr-06 22:00 
GeneralRe: helppp Pin
Rudolf Jan4-Apr-06 0:35
Rudolf Jan4-Apr-06 0:35 
QuestionCList question concerning arrays Pin
brdavid3-Apr-06 12:48
brdavid3-Apr-06 12:48 
AnswerRe: CList question concerning arrays Pin
Iain Clarke, Warrior Programmer3-Apr-06 13:32
Iain Clarke, Warrior Programmer3-Apr-06 13:32 
GeneralRe: CList question concerning arrays Pin
brdavid3-Apr-06 14:21
brdavid3-Apr-06 14:21 
QuestionHelp on error C2632: 'char' followed by 'char' is illegal Pin
pavanbabut3-Apr-06 11:28
pavanbabut3-Apr-06 11:28 

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.