Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessageBox (want to use something else) Pin
Grant Cooper28-May-02 23:47
Grant Cooper28-May-02 23:47 
GeneralRe: MessageBox (want to use something else) Pin
_Magnus_29-May-02 0:12
_Magnus_29-May-02 0:12 
GeneralRe: MessageBox (want to use something else) Pin
[James Pullicino]29-May-02 4:52
[James Pullicino]29-May-02 4:52 
GeneralModeless CDialog Pin
Zizilamoroso28-May-02 23:50
Zizilamoroso28-May-02 23:50 
GeneralRe: Modeless CDialog Pin
Mike Nordell28-May-02 23:52
Mike Nordell28-May-02 23:52 
GeneralRe: Modeless CDialog Pin
Zizilamoroso29-May-02 0:10
Zizilamoroso29-May-02 0:10 
GeneralRe: Modeless CDialog Pin
Eugene Pustovoyt29-May-02 0:09
Eugene Pustovoyt29-May-02 0:09 
GeneralRe: Modeless CDialog Pin
Eugene Pustovoyt29-May-02 0:12
Eugene Pustovoyt29-May-02 0:12 
You must write anything following for creation and displays of dialog:

CMyModelessDlg * pDialog = new CMyModelessDlg();
pDialog->Create(IDD_LOAD_DIALOG);


and certainly following to delete the modeless dialog

delete pDialog;


Best regards,
Eugene Pustovoyt
GeneralDelete file problem Pin
chen28-May-02 23:46
chen28-May-02 23:46 
GeneralRe: Delete file problem Pin
Mike Nordell28-May-02 23:41
Mike Nordell28-May-02 23:41 
GeneralRe: Delete file problem Pin
29-May-02 1:53
suss29-May-02 1:53 
Questionhow can i keep my EXE file's integerity? Pin
tiaozi28-May-02 22:46
tiaozi28-May-02 22:46 
AnswerRe: how can i keep my EXE file's integerity? Pin
Mike Nordell28-May-02 22:52
Mike Nordell28-May-02 22:52 
AnswerRe: how can i keep my EXE file's integerity? Pin
Martin Ziacek28-May-02 23:27
Martin Ziacek28-May-02 23:27 
GeneralMS Excel automation Pin
28-May-02 22:53
suss28-May-02 22:53 
GeneralRe: MS Excel automation Pin
KarstenK29-May-02 0:14
mveKarstenK29-May-02 0:14 
QuestionSimple template function question? Pin
28-May-02 22:12
suss28-May-02 22:12 
AnswerRe: Simple template function question? Pin
Mike Nordell28-May-02 23:00
Mike Nordell28-May-02 23:00 
AnswerRe: Simple template function question? Pin
Rutger Ellen28-May-02 23:54
Rutger Ellen28-May-02 23:54 
AnswerRe: Simple template function question? Pin
_Magnus_29-May-02 0:14
_Magnus_29-May-02 0:14 
AnswerRe: Simple template function question? Pin
29-May-02 2:32
suss29-May-02 2:32 
GeneralRe: Simple template function question? Pin
Rutger Ellen29-May-02 3:36
Rutger Ellen29-May-02 3:36 
GeneralRe: Simple template function question? Pin
30-May-02 16:12
suss30-May-02 16:12 
GeneralMAKEWPARAM Pin
Arjan Schouten28-May-02 21:41
Arjan Schouten28-May-02 21:41 
GeneralRe: MAKEWPARAM Pin
Arjan Schouten28-May-02 23:23
Arjan Schouten28-May-02 23:23 

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.