Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Wondering Why,... Pin
ian mariano30-Oct-02 21:51
ian mariano30-Oct-02 21:51 
GeneralDeletting EOF Pin
José Luis Sogorb30-Oct-02 8:34
José Luis Sogorb30-Oct-02 8:34 
GeneralRe: Deletting EOF Pin
Chris Losinger30-Oct-02 8:52
professionalChris Losinger30-Oct-02 8:52 
QuestionHow to check duplicate line in text file? Pin
ooosawaddee330-Oct-02 8:25
ooosawaddee330-Oct-02 8:25 
AnswerRe: How to check duplicate line in text file? Pin
Maximilien30-Oct-02 8:32
Maximilien30-Oct-02 8:32 
AnswerRe: How to check duplicate line in text file? Pin
Le centriste30-Oct-02 8:41
Le centriste30-Oct-02 8:41 
AnswerRe: How to check duplicate line in text file? Pin
Christian Graus30-Oct-02 10:32
protectorChristian Graus30-Oct-02 10:32 
GeneralMultiple Dialog Boxes Pin
Ayush30-Oct-02 7:19
Ayush30-Oct-02 7:19 
1) I have designed a primary Dialog Box, from which, on the selection of a menu command, i want to open another dialog box. In this case its just a File->Open command which should open a new modal dialog box to enter the filename/path. I added a new dialog by simply selecting one from insert->resource. I think i do need to define a new class for the dialog box, anyone agree? So once that has been done, how do i trigger the box from the main dialog? I was using something like

"CProgdlg::OnFileOpen{
CFildlg dlg;
dlg.DoModal();}"

but every time i compile or build it, it gives an error that the file (CFiledlg) is an undeclared identifier. Please Help.

2) Also, how does one make a set of multiple windows, like in installation file for programs, where a new dialog box is opened on pressing "next" and the earlier one is closed. The last box having "finish" instead of next, as always.

Cheers

Ayush
GeneralRe: Multiple Dialog Boxes Pin
dabs30-Oct-02 7:36
dabs30-Oct-02 7:36 
GeneralRe: Multiple Dialog Boxes Pin
#realJSOP30-Oct-02 7:38
mve#realJSOP30-Oct-02 7:38 
GeneralRe: Multiple Dialog Boxes Pin
Ayush30-Oct-02 7:55
Ayush30-Oct-02 7:55 
GeneralCEPB 2.12 Compiler Refuses to Generate LIB File for DLL Pin
#realJSOP30-Oct-02 7:18
mve#realJSOP30-Oct-02 7:18 
GeneralRe: WCHAR* Pin
Stephane Rodriguez.30-Oct-02 7:13
Stephane Rodriguez.30-Oct-02 7:13 
GeneralRe: WCHAR* Pin
Christian Graus30-Oct-02 10:35
protectorChristian Graus30-Oct-02 10:35 
GeneralGODDAMN! with the bmp to jpg! please help! Pin
int01h30-Oct-02 7:03
int01h30-Oct-02 7:03 
GeneralRe: GODDAMN! with the bmp to jpg! please help! Pin
Chris Losinger30-Oct-02 7:12
professionalChris Losinger30-Oct-02 7:12 
GeneralRe: GODDAMN! with the bmp to jpg! please help! Pin
int01h30-Oct-02 7:16
int01h30-Oct-02 7:16 
GeneralRe: GODDAMN! with the bmp to jpg! please help! Pin
Chris Losinger30-Oct-02 7:20
professionalChris Losinger30-Oct-02 7:20 
GeneralRe: GODDAMN! with the bmp to jpg! please help! Pin
int01h30-Oct-02 7:23
int01h30-Oct-02 7:23 
GeneralRe: GODDAMN! with the bmp to jpg! please help! Pin
Chris Losinger30-Oct-02 7:27
professionalChris Losinger30-Oct-02 7:27 
GeneralNewb question - 3rd Party Active X Object Pin
Anonymous30-Oct-02 7:03
Anonymous30-Oct-02 7:03 
GeneralRe: Newb question - 3rd Party Active X Object Pin
Chris Losinger30-Oct-02 7:23
professionalChris Losinger30-Oct-02 7:23 
GeneralRe: Newb question - 3rd Party Active X Object Pin
Ranjan Banerji30-Oct-02 8:55
Ranjan Banerji30-Oct-02 8:55 
GeneralTrouble with button Pin
Sprudling30-Oct-02 6:59
Sprudling30-Oct-02 6:59 
GeneralCHtmlView and Flash refresh problem Pin
Happy_Dog30-Oct-02 6:17
Happy_Dog30-Oct-02 6:17 

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.