Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do you enable column drag-drop in a CListView? Pin
Abin23-Nov-03 13:45
Abin23-Nov-03 13:45 
GeneralTask pane Pin
programmi.demo23-Nov-03 2:55
programmi.demo23-Nov-03 2:55 
GeneralRe: Task pane Pin
BaldwinMartin23-Nov-03 16:47
BaldwinMartin23-Nov-03 16:47 
GeneralRe: Task pane Pin
programmi.demo23-Nov-03 23:56
programmi.demo23-Nov-03 23:56 
GeneralRe: Task pane Pin
BaldwinMartin24-Nov-03 0:49
BaldwinMartin24-Nov-03 0:49 
GeneralRe: Task pane Pin
G Haranadh26-Oct-10 21:40
G Haranadh26-Oct-10 21:40 
GeneralDisappearing images Pin
Killen23-Nov-03 2:34
Killen23-Nov-03 2:34 
GeneralRe: Disappearing images Pin
Ivor S. Sargoytchev23-Nov-03 5:40
Ivor S. Sargoytchev23-Nov-03 5:40 
Looks like your app leaks GDI resources. If you are using Windows 2000 or XP you can monitor the available GDI objects through the "Processes" tab of the Task Manager. Just add the "GDI Objects" column.

In Windows 9x you have to right click on "My Computer" and open the properties. One of the tabs should have "System Resources".

Run your app and look at the available GDI resources. Then load a few images and look again. Do not close your app. If the GDI resources decrease you have a GDI leak.

To find the GDI leak use BoundsChecker or Purify. Or simply look through your code and make sure you release icons, images, etc. Also make sure you select all previous GDI objects back in case you are using CDC::SelectObject().


Ivor S. Sargoytchev
Dundas Software
GeneralRe: Disappearing images Pin
Killen23-Nov-03 8:24
Killen23-Nov-03 8:24 
GeneralRe: Disappearing images Pin
Terry O'Nolley23-Nov-03 5:47
Terry O'Nolley23-Nov-03 5:47 
GeneralRe: Disappearing images Pin
bnn3nasdfasdfa23-Nov-03 12:24
bnn3nasdfasdfa23-Nov-03 12:24 
GeneralRe: Disappearing images Pin
Killen23-Nov-03 21:38
Killen23-Nov-03 21:38 
GeneralVisual C++ 6.0 and backup files Pin
Chris Hills23-Nov-03 1:44
Chris Hills23-Nov-03 1:44 
GeneralRe: Visual C++ 6.0 and backup files Pin
Stefan Pedersen23-Nov-03 5:31
Stefan Pedersen23-Nov-03 5:31 
GeneralRe: Visual C++ 6.0 and backup files Pin
Bo Hunter23-Nov-03 8:57
Bo Hunter23-Nov-03 8:57 
Generallist directorys in c:\\ Pin
thes3cr3t123-Nov-03 0:10
thes3cr3t123-Nov-03 0:10 
GeneralRe: list directorys in c:\\ Pin
Mukkie23-Nov-03 0:28
Mukkie23-Nov-03 0:28 
GeneralRe: list directorys in c:\\ Pin
thes3cr3t123-Nov-03 3:42
thes3cr3t123-Nov-03 3:42 
QuestionHow to resize components in a dialog. Pin
d00_ape22-Nov-03 23:56
sussd00_ape22-Nov-03 23:56 
AnswerRe: How to resize components in a dialog. Pin
Peter Molnar23-Nov-03 1:02
Peter Molnar23-Nov-03 1:02 
QuestionRelease and debug mixed? Pin
Mukkie22-Nov-03 22:52
Mukkie22-Nov-03 22:52 
AnswerRe: Release and debug mixed? Pin
John R. Shaw23-Nov-03 14:54
John R. Shaw23-Nov-03 14:54 
Generalemail messages Pin
BaldwinMartin22-Nov-03 21:34
BaldwinMartin22-Nov-03 21:34 
GeneralRe: email messages Pin
Peter Molnar23-Nov-03 4:56
Peter Molnar23-Nov-03 4:56 
GeneralRe: email messages Pin
BaldwinMartin23-Nov-03 11:29
BaldwinMartin23-Nov-03 11:29 

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.