Gedrain
September 23rd, 1999, 06:58 AM
hello.
i have a problem with using a variable that delecared in my main file.
this is my main file look like
this is the file startdlg.h
class CStartDlg : public CDialog
{
// Construction
public:
CStartDlg(CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(CStartDlg)
enum { IDD = IDD_START_DIALOG};
BOOL m_automatisch;
CString m_iResult;
i wanna get the value off m_automatisch in a other Class how can i assign the m_automatisch for use in my other class.
i have a problem with using a variable that delecared in my main file.
this is my main file look like
this is the file startdlg.h
class CStartDlg : public CDialog
{
// Construction
public:
CStartDlg(CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(CStartDlg)
enum { IDD = IDD_START_DIALOG};
BOOL m_automatisch;
CString m_iResult;
i wanna get the value off m_automatisch in a other Class how can i assign the m_automatisch for use in my other class.