Click here to Skip to main content
15,927,745 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionI eant to Build Installer of my Project .. HOW? Pin
Zeeshan Bilal10-Jun-04 21:40
Zeeshan Bilal10-Jun-04 21:40 
AnswerRe: I eant to Build Installer of my Project .. HOW? Pin
Kapoor Vikrant10-Jun-04 21:52
Kapoor Vikrant10-Jun-04 21:52 
GeneralNested Functions Pin
saurabh190510-Jun-04 21:24
saurabh190510-Jun-04 21:24 
GeneralRe: Nested Functions Pin
Johan Rosengren11-Jun-04 0:36
Johan Rosengren11-Jun-04 0:36 
GeneralRe: Nested Functions Pin
David Crow11-Jun-04 2:17
David Crow11-Jun-04 2:17 
Generalerror! repeatedly calling the same MFC dialog box in vc++ Pin
shiva shankar10-Jun-04 20:59
shiva shankar10-Jun-04 20:59 
GeneralRe: error! repeatedly calling the same MFC dialog box in vc++ Pin
Johan Rosengren10-Jun-04 21:13
Johan Rosengren10-Jun-04 21:13 
GeneralRe: error! repeatedly calling the same MFC dialog box in vc++ Pin
shiva shankar10-Jun-04 22:00
shiva shankar10-Jun-04 22:00 
There is no bug in program,the same program i can run it in (c language) cmd prompt..

i have check it out by creating new dialog box ("hello")having only "OK" Buttton in it.

void CHelloDlg::OnOK()
{
// TODO: Add extra validation here
CDialog::EndDialog(IDOK);
CHelloDlg cmd(this);
cmd.DoModal();


}

after running it . keep pressing the "ok" button continously, the dialog box crashes or ends after 50 times..
GeneralRe: error! repeatedly calling the same MFC dialog box in vc++ Pin
Johan Rosengren10-Jun-04 22:19
Johan Rosengren10-Jun-04 22:19 
Questionhow to set font size to a particular item in Listcontrol box Pin
Member 101812810-Jun-04 20:51
Member 101812810-Jun-04 20:51 
AnswerRe: how to set font size to a particular item in Listcontrol box Pin
Johan Rosengren10-Jun-04 21:17
Johan Rosengren10-Jun-04 21:17 
Questionhow to access form controls in another view Pin
elephantstar10-Jun-04 20:36
elephantstar10-Jun-04 20:36 
AnswerRe: how to access form controls in another view Pin
Johan Rosengren10-Jun-04 21:09
Johan Rosengren10-Jun-04 21:09 
GeneralRe: how to access form controls in another view Pin
elephantstar11-Jun-04 12:49
elephantstar11-Jun-04 12:49 
GeneralRe: how to access form controls in another view Pin
Johan Rosengren14-Jun-04 8:56
Johan Rosengren14-Jun-04 8:56 
GeneralRe: how to access form controls in another view Pin
elephantstar14-Jun-04 13:01
elephantstar14-Jun-04 13:01 
GeneralRe: how to access form controls in another view Pin
Johan Rosengren14-Jun-04 20:23
Johan Rosengren14-Jun-04 20:23 
AnswerRe: how to access form controls in another view Pin
Cohen10-Jun-04 21:09
Cohen10-Jun-04 21:09 
GeneralCDialog1Dlg Class is not appeared in class view tab. Pin
Rajesh_K_Sharma10-Jun-04 19:04
Rajesh_K_Sharma10-Jun-04 19:04 
GeneralRe: CDialog1Dlg Class is not appeared in class view tab. Pin
*Dreamz10-Jun-04 19:15
*Dreamz10-Jun-04 19:15 
GeneralRe: CDialog1Dlg Class is not appeared in class view tab. Pin
ThatsAlok11-Jun-04 5:19
ThatsAlok11-Jun-04 5:19 
Generalsending a packet of data to a server Pin
Anonymous10-Jun-04 19:02
Anonymous10-Jun-04 19:02 
GeneralRe: sending a packet of data to a server Pin
bikram singh10-Jun-04 19:24
bikram singh10-Jun-04 19:24 
GeneralRe: sending a packet of data to a server Pin
Anonymous10-Jun-04 19:30
Anonymous10-Jun-04 19:30 
GeneralVC++ : Registry Pin
10-Jun-04 18:34
suss10-Jun-04 18:34 

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.