Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FindFile in website Pin
Hamid_RT13-Jul-06 3:24
Hamid_RT13-Jul-06 3:24 
Questioni want to use menu in dialog box. Pin
Amit Agarrwal12-Jul-06 22:17
Amit Agarrwal12-Jul-06 22:17 
AnswerRe: i want to use menu in dialog box. Pin
*Dreamz12-Jul-06 22:28
*Dreamz12-Jul-06 22:28 
GeneralRe: i want to use menu in dialog box. Pin
Amit Agarrwal12-Jul-06 23:10
Amit Agarrwal12-Jul-06 23:10 
GeneralRe: i want to use menu in dialog box. Pin
*Dreamz12-Jul-06 23:29
*Dreamz12-Jul-06 23:29 
AnswerRe: i want to use menu in dialog box. Pin
_AnsHUMAN_ 12-Jul-06 22:32
_AnsHUMAN_ 12-Jul-06 22:32 
GeneralRe: i want to use menu in dialog box. Pin
Amit Agarrwal12-Jul-06 23:08
Amit Agarrwal12-Jul-06 23:08 
GeneralRe: i want to use menu in dialog box. Pin
_AnsHUMAN_ 12-Jul-06 23:28
_AnsHUMAN_ 12-Jul-06 23:28 
Yeah In the OnCommand function of your dialog do this
switch(wParam)
{
case ID_FILE_HELLO:
              AfxMessageBox("i am here");
              break;
// etc follow with more options
}


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_
AnswerRe: i want to use menu in dialog box. Pin
wlwlxj12-Jul-06 23:18
wlwlxj12-Jul-06 23:18 
AnswerRe: i want to use menu in dialog box. Pin
Hamid_RT13-Jul-06 0:08
Hamid_RT13-Jul-06 0:08 
QuestionSystem Uptime Pin
Metal_Knight12-Jul-06 22:14
Metal_Knight12-Jul-06 22:14 
AnswerRe: System Uptime [modified] Pin
Jonathan [Darka]12-Jul-06 22:25
professionalJonathan [Darka]12-Jul-06 22:25 
GeneralRe: System Uptime Pin
Metal_Knight12-Jul-06 23:01
Metal_Knight12-Jul-06 23:01 
QuestionRe: System Uptime Pin
David Crow13-Jul-06 3:13
David Crow13-Jul-06 3:13 
QuestionRe: System Uptime Pin
David Crow13-Jul-06 3:42
David Crow13-Jul-06 3:42 
AnswerRe: System Uptime Pin
earl13-Jul-06 5:15
earl13-Jul-06 5:15 
GeneralRe: System Uptime Pin
David Crow13-Jul-06 5:36
David Crow13-Jul-06 5:36 
QuestionEternet to comport Pin
birajendu12-Jul-06 22:03
birajendu12-Jul-06 22:03 
QuestionContext Menu for File Right Click in Window Pin
Andy Rama12-Jul-06 21:53
Andy Rama12-Jul-06 21:53 
AnswerRe: Context Menu for File Right Click in Window Pin
Abhi Lahare12-Jul-06 22:12
Abhi Lahare12-Jul-06 22:12 
Questionfprintf Pin
Programm3r12-Jul-06 21:48
Programm3r12-Jul-06 21:48 
AnswerRe: fprintf Pin
TClarke12-Jul-06 22:00
TClarke12-Jul-06 22:00 
GeneralRe: fprintf Pin
Programm3r12-Jul-06 22:05
Programm3r12-Jul-06 22:05 
JokeRe: fprintf Pin
Programm3r12-Jul-06 22:48
Programm3r12-Jul-06 22:48 
GeneralRe: fprintf Pin
TClarke13-Jul-06 1:25
TClarke13-Jul-06 1:25 

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.