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

C / C++ / MFC

 
AnswerRe: Can Any one Help me out Pin
Ravi Bhavnani15-Aug-04 6:49
professionalRavi Bhavnani15-Aug-04 6:49 
GeneralNeed help fast... Pin
Larsson15-Aug-04 3:55
Larsson15-Aug-04 3:55 
GeneralRe: Need help fast... Pin
Ravi Bhavnani15-Aug-04 4:21
professionalRavi Bhavnani15-Aug-04 4:21 
GeneralRe: Need help fast... Pin
Larsson15-Aug-04 4:44
Larsson15-Aug-04 4:44 
GeneralRe: Need help fast... Pin
Ravi Bhavnani15-Aug-04 4:47
professionalRavi Bhavnani15-Aug-04 4:47 
GeneralRe: Need help fast... Pin
Larsson15-Aug-04 6:26
Larsson15-Aug-04 6:26 
GeneralRe: Need help fast... Pin
Ravi Bhavnani15-Aug-04 6:29
professionalRavi Bhavnani15-Aug-04 6:29 
GeneralRe: Need help fast... Pin
Larsson15-Aug-04 6:33
Larsson15-Aug-04 6:33 
Well I can't send some code *Company code* but here is some
class CNetEyeLogin : public CDialog
{
// Construction
public:
BOOL GetProgramDir(LPTSTR str, DWORD dwSize);
CString m_PassOK;
void OnCancel();
void OnOK();
CNetEyeLogin(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(CNetEyeLogin)
enum { IDD = IDD_LOGIN }; // Here is whare I get the error
CString m_Pass;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA

Like a said enum { IDD = IDD_LOGIN }; is where I get the error.

I Hope this help you a little bit.
GeneralRe: Need help fast... Pin
Ravi Bhavnani15-Aug-04 6:37
professionalRavi Bhavnani15-Aug-04 6:37 
GeneralRe: Need help fast... Pin
Larsson15-Aug-04 6:40
Larsson15-Aug-04 6:40 
GeneralRe: Need help fast... Pin
Ravi Bhavnani15-Aug-04 6:44
professionalRavi Bhavnani15-Aug-04 6:44 
GeneralRe: Need help fast... Pin
Larsson15-Aug-04 6:46
Larsson15-Aug-04 6:46 
Generalsqltype binding Pin
TehMedic15-Aug-04 2:33
TehMedic15-Aug-04 2:33 
GeneralRe: sqltype binding Pin
palbano15-Aug-04 20:08
palbano15-Aug-04 20:08 
GeneralRe: sqltype binding Pin
TehMedic15-Aug-04 20:24
TehMedic15-Aug-04 20:24 
GeneralProperty Page problems Pin
giziks14-Aug-04 22:37
giziks14-Aug-04 22:37 
QuestionWhat's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260014-Aug-04 20:01
Link260014-Aug-04 20:01 
AnswerRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 0:51
cmk15-Aug-04 0:51 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 10:18
Link260015-Aug-04 10:18 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 12:41
cmk15-Aug-04 12:41 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 14:12
Link260015-Aug-04 14:12 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 15:11
cmk15-Aug-04 15:11 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 15:37
Link260015-Aug-04 15:37 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 17:09
cmk15-Aug-04 17:09 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 17:20
Link260015-Aug-04 17:20 

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.