Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Christian Graus21-Nov-02 17:45
protectorChristian Graus21-Nov-02 17:45 
Questionwhy "INT" and not "int" again? Pin
devvvy21-Nov-02 16:22
devvvy21-Nov-02 16:22 
AnswerRe: why "INT" and not "int" again? Pin
Christian Graus21-Nov-02 16:42
protectorChristian Graus21-Nov-02 16:42 
QuestionHow can I display a "save" dialog like GetFileNameFromBrowse does? Pin
Mario M21-Nov-02 16:04
Mario M21-Nov-02 16:04 
GeneralCListCtrl Report-style subitem centering problem Pin
IGx8921-Nov-02 15:52
IGx8921-Nov-02 15:52 
GeneralRe: CListCtrl Report-style subitem centering problem Pin
Gary R. Wheeler23-Nov-02 4:26
Gary R. Wheeler23-Nov-02 4:26 
GeneralMemory leaks Pin
AnTri21-Nov-02 12:02
AnTri21-Nov-02 12:02 
GeneralRe: Memory leaks Pin
Christian Graus21-Nov-02 12:16
protectorChristian Graus21-Nov-02 12:16 
delete pImageList; ???

Seriously, you need to store this pointer, and call delete in your destructor. Of course, the leak is trivial ( it is cleaned up as soon as it happens, when the process ends ), but still it's nice to do it right.


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
GeneralRe: Memory leaks Pin
AnTri21-Nov-02 21:03
AnTri21-Nov-02 21:03 
GeneralRe: Memory leaks Pin
Christian Graus21-Nov-02 21:14
protectorChristian Graus21-Nov-02 21:14 
GeneralRe: Memory leaks Pin
AnTri21-Nov-02 21:16
AnTri21-Nov-02 21:16 
GeneralRe: Memory leaks Pin
Alexinuk22-Nov-02 0:38
Alexinuk22-Nov-02 0:38 
GeneralRe: Memory leaks Pin
AnTri22-Nov-02 0:55
AnTri22-Nov-02 0:55 
GeneralRe: Memory leaks Pin
Alexinuk22-Nov-02 1:05
Alexinuk22-Nov-02 1:05 
GeneralChange control and make it visible Pin
Dennis L21-Nov-02 11:50
Dennis L21-Nov-02 11:50 
GeneralRe: Change control and make it visible Pin
Christian Graus21-Nov-02 11:54
protectorChristian Graus21-Nov-02 11:54 
GeneralRe: Change control and make it visible Pin
valikac21-Nov-02 12:48
valikac21-Nov-02 12:48 
GeneralRe: Change control and make it visible Pin
Renjith Ramachandran22-Nov-02 2:12
Renjith Ramachandran22-Nov-02 2:12 
GeneralRe: Change control and make it visible Pin
jhwurmbach22-Nov-02 3:33
jhwurmbach22-Nov-02 3:33 
General_T in C++ Threaded article. Pin
markie_mark21-Nov-02 10:53
markie_mark21-Nov-02 10:53 
GeneralRe: _T in C++ Threaded article. Pin
Dave Bryant21-Nov-02 11:35
Dave Bryant21-Nov-02 11:35 
GeneralRe: _T in C++ Threaded article. Pin
Le centriste21-Nov-02 11:36
Le centriste21-Nov-02 11:36 
GeneralGiving an windowobject its own OnPaint Call in another window Pin
Hustler21-Nov-02 10:42
Hustler21-Nov-02 10:42 
GeneralRe: Giving an windowobject its own OnPaint Call in another window Pin
dima_t21-Nov-02 20:14
dima_t21-Nov-02 20:14 
GeneralPrint from clipboard/print bitmap Pin
XAlien21-Nov-02 10:36
XAlien21-Nov-02 10:36 

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.