Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get name of a file opened by Open dialog box? Pin
Azadeh28-Nov-02 5:21
Azadeh28-Nov-02 5:21 
AnswerRe: How to get name of a file opened by Open dialog box? Pin
Jeff Patterson28-Nov-02 6:45
Jeff Patterson28-Nov-02 6:45 
GeneralRe: How to get name of a file opened by Open dialog box? Pin
Azadeh28-Nov-02 8:44
Azadeh28-Nov-02 8:44 
GeneralCan I close the file opened by Open dialog box? Pin
Azadeh29-Nov-02 2:52
Azadeh29-Nov-02 2:52 
GeneralRe: Can I close the file opened by Open dialog box? Pin
jhwurmbach29-Nov-02 3:48
jhwurmbach29-Nov-02 3:48 
GeneralRe: Can I close the file opened by Open dialog box? Pin
Azadeh29-Nov-02 8:44
Azadeh29-Nov-02 8:44 
GeneralStatic member variable pointer. Pin
Jawache28-Nov-02 5:18
Jawache28-Nov-02 5:18 
GeneralRe: Static member variable pointer. Pin
Nick Parker28-Nov-02 5:23
protectorNick Parker28-Nov-02 5:23 
Jawache wrote:
Do I look after the destruction of the pointer or does that happen automatically

Typically anytime you use the new operator to allocate memory on the heap you need to handle the deletion of it when you are through.

Nick Parker

May your glass be ever full.
May the roof over your head be always strong.
And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing



GeneralRe: Static member variable pointer. Pin
Alvaro Mendez29-Nov-02 4:33
Alvaro Mendez29-Nov-02 4:33 
GeneralIcon in Cedit Pin
Woody Green28-Nov-02 4:42
Woody Green28-Nov-02 4:42 
GeneralRe: Icon in Cedit Pin
Maximilien28-Nov-02 4:56
Maximilien28-Nov-02 4:56 
GeneralRe: Icon in Cedit Pin
Iain Clarke, Warrior Programmer28-Nov-02 22:58
Iain Clarke, Warrior Programmer28-Nov-02 22:58 
GeneralRe: Icon in Cedit Pin
Joan M29-Nov-02 5:44
professionalJoan M29-Nov-02 5:44 
GeneralRe: Icon in Cedit Pin
Woody Green8-Dec-02 20:48
Woody Green8-Dec-02 20:48 
QuestionAdding file object link in CRichEdit is very slowly? Pin
zjkw28-Nov-02 4:07
zjkw28-Nov-02 4:07 
GeneralSTL iterators Pin
Hans Ruck28-Nov-02 3:58
Hans Ruck28-Nov-02 3:58 
GeneralRe: STL iterators Pin
Nick Parker28-Nov-02 4:15
protectorNick Parker28-Nov-02 4:15 
GeneralRe: STL iterators Pin
Hans Ruck28-Nov-02 4:22
Hans Ruck28-Nov-02 4:22 
GeneralRe: STL iterators Pin
Nick Parker28-Nov-02 4:56
protectorNick Parker28-Nov-02 4:56 
GeneralRe: STL iterators Pin
Hans Ruck28-Nov-02 5:00
Hans Ruck28-Nov-02 5:00 
GeneralRe: STL iterators Pin
Maximilien28-Nov-02 5:00
Maximilien28-Nov-02 5:00 
GeneralRe: STL iterators Pin
Hans Ruck28-Nov-02 5:04
Hans Ruck28-Nov-02 5:04 
QuestionHow to get the HINSTANCE of a dll? Pin
Juergen28-Nov-02 3:45
Juergen28-Nov-02 3:45 
GeneralCButton derived class Pin
Anonymous28-Nov-02 3:44
Anonymous28-Nov-02 3:44 
Generalwinpopup Pin
viliam28-Nov-02 2:33
viliam28-Nov-02 2: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.