Click here to Skip to main content
15,926,703 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalnavigating around a CListCtrl Pin
devvvy28-Nov-02 8:51
devvvy28-Nov-02 8:51 
GeneralHelp Me!!! Pin
Steven M Hunt28-Nov-02 8:18
Steven M Hunt28-Nov-02 8:18 
GeneralWindow on top of common dialogs Pin
Jeff Patterson28-Nov-02 6:40
Jeff Patterson28-Nov-02 6:40 
GeneralRe: Window on top of common dialogs Pin
Jeff Patterson28-Nov-02 7:18
Jeff Patterson28-Nov-02 7:18 
GeneralDistributing Pin
Jamie Hale28-Nov-02 5:59
Jamie Hale28-Nov-02 5:59 
GeneralRe: Distributing Pin
berndg28-Nov-02 9:11
berndg28-Nov-02 9:11 
GeneralRe: Distributing Pin
Jamie Hale29-Nov-02 8:28
Jamie Hale29-Nov-02 8:28 
GeneralClick button on dialog box to open window. Pin
ooosawaddee328-Nov-02 5:56
ooosawaddee328-Nov-02 5:56 
GeneralRe: Click button on dialog box to open window. Pin
dima_t29-Nov-02 1:27
dima_t29-Nov-02 1:27 
GeneralA question about DirectShow in DirectX 5.0 Pin
Hadi Rezaee28-Nov-02 5:39
Hadi Rezaee28-Nov-02 5:39 
GeneralRe: A question about DirectShow in DirectX 5.0 Pin
Stephane Rodriguez.28-Nov-02 5:53
Stephane Rodriguez.28-Nov-02 5:53 
GeneralRe: A question about DirectShow in DirectX 5.0 Pin
Hadi Rezaee28-Nov-02 8:07
Hadi Rezaee28-Nov-02 8:07 
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 

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.