Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DavAddConnection example Pin
Andrew Brock20-Jan-11 18:37
Andrew Brock20-Jan-11 18:37 
GeneralRe: DavAddConnection example Pin
ShadowUz20-Jan-11 18:50
ShadowUz20-Jan-11 18:50 
GeneralRe: DavAddConnection example Pin
Andrew Brock20-Jan-11 19:05
Andrew Brock20-Jan-11 19:05 
AnswerRe: DavAddConnection example Pin
micktsai21-Jan-11 0:55
micktsai21-Jan-11 0:55 
QuestionHow to use ActiveX control in win32? Pin
mathivanaan19-Jan-11 22:12
mathivanaan19-Jan-11 22:12 
AnswerRe: How to use ActiveX control in win32? Pin
_AnsHUMAN_ 19-Jan-11 22:29
_AnsHUMAN_ 19-Jan-11 22:29 
GeneralRe: How to use ActiveX control in win32? Pin
Stephen Hewitt19-Jan-11 23:14
Stephen Hewitt19-Jan-11 23:14 
AnswerRe: How to use ActiveX control in win32? Pin
Cedric Moonen19-Jan-11 22:35
Cedric Moonen19-Jan-11 22:35 
QuestionCountry Name Pin
john563219-Jan-11 21:26
john563219-Jan-11 21:26 
AnswerRe: Country Name Pin
_AnsHUMAN_ 19-Jan-11 21:36
_AnsHUMAN_ 19-Jan-11 21:36 
GeneralRe: Country Name Pin
john563219-Jan-11 21:53
john563219-Jan-11 21:53 
GeneralRe: Country Name Pin
Richard MacCutchan20-Jan-11 1:46
mveRichard MacCutchan20-Jan-11 1:46 
QuestionHow can check which FormView is currectly visible? Pin
Le@rner19-Jan-11 20:21
Le@rner19-Jan-11 20:21 
AnswerRe: How can check which FormView is currectly visible? Pin
Andrew Brock19-Jan-11 20:38
Andrew Brock19-Jan-11 20:38 
GeneralRe: How can check which FormView is currectly visible? Pin
Le@rner19-Jan-11 20:55
Le@rner19-Jan-11 20:55 
GeneralRe: How can check which FormView is currectly visible? Pin
Andrew Brock19-Jan-11 21:24
Andrew Brock19-Jan-11 21:24 
QuestionCalling x86 dll from x64 one? Pin
Chesnokov Yuriy19-Jan-11 19:00
professionalChesnokov Yuriy19-Jan-11 19:00 
AnswerRe: Calling x86 dll from x64 one? [modified] Pin
Andrew Brock19-Jan-11 19:14
Andrew Brock19-Jan-11 19:14 
Questionhow to call File Open dialog box function from File Menu (Open menu)? Pin
mathivanaan19-Jan-11 17:58
mathivanaan19-Jan-11 17:58 
Hi
i am beginner of win32 Vc++. I create Menu item and call File open dialog box. I have a File Menu. it contains Open, save and exit menu items.I have file open dialog box function. Open menu item id is: ID_FILE_OPEN.
my code like
case WM_COMMAND:
        switch(wParam)
        {
            case IDOK:
                EndDialog(hWndDlg, 0);
                return TRUE;

            case IDCANCEL:
                EndDialog(hWndDlg, 0);
                return TRUE;
            case ID_FILE_OPEN:
                OnFileOpen(hWnd, ID_FILE_NEW, 0, 0);
                break;

        }


But error is come like ID_FILE_OPEN' : undeclared identifier

how to fix this?

Regards,
M.Mathivanan
AnswerRe: how to call File Open dialog box function from File Menu (Open menu)? Pin
Andrew Brock19-Jan-11 18:38
Andrew Brock19-Jan-11 18:38 
GeneralRe: how to call File Open dialog box function from File Menu (Open menu)? Pin
mathivanaan19-Jan-11 21:39
mathivanaan19-Jan-11 21:39 
QuestionHow can I override or customize the delete confirmation dialog in Windows? Pin
123kloi19-Jan-11 0:55
123kloi19-Jan-11 0:55 
AnswerRe: How can I override or customize the delete confirmation dialog in Windows? Pin
Andrew Brock19-Jan-11 1:10
Andrew Brock19-Jan-11 1:10 
AnswerRe: How can I override or customize the delete confirmation dialog in Windows? Pin
Abhi Lahare20-Jan-11 9:11
Abhi Lahare20-Jan-11 9:11 
Questionhow to draw oscilloscope graph when an import mp3 file.... Pin
rajniyadav1a19-Jan-11 0:33
rajniyadav1a19-Jan-11 0:33 

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.