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

C / C++ / MFC

 
AnswerRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Eytukan23-Sep-06 9:35
Eytukan23-Sep-06 9:35 
QuestionHow to Unload CListCtrl Pin
georgekjolly23-Sep-06 4:12
georgekjolly23-Sep-06 4:12 
AnswerRe: How to Unload CListCtrl Pin
ThatsAlok23-Sep-06 6:02
ThatsAlok23-Sep-06 6:02 
AnswerRe: How to Unload CListCtrl Pin
Jörgen Sigvardsson23-Sep-06 8:20
Jörgen Sigvardsson23-Sep-06 8:20 
GeneralRe: How to Unload CListCtrl Pin
ThatsAlok23-Sep-06 9:09
ThatsAlok23-Sep-06 9:09 
GeneralRe: How to Unload CListCtrl Pin
Jörgen Sigvardsson23-Sep-06 9:11
Jörgen Sigvardsson23-Sep-06 9:11 
GeneralRe: How to Unload CListCtrl Pin
ThatsAlok4-Oct-06 7:35
ThatsAlok4-Oct-06 7:35 
GeneralRe: How to Unload CListCtrl Pin
Jörgen Sigvardsson4-Oct-06 8:17
Jörgen Sigvardsson4-Oct-06 8:17 
Confused | :confused: What does that have to do with anything? What I'm saying is that if you have a statically allocated object such as CListCtrl m_list, then that object will occupy around 4 to 8 bytes of memory (window handle + vtable). If you kill the window, which the object is a handle for, then 4 to 8 bytes is what'll be left.

DestroyWindow != delete


--
Nominated For Three Glemmys

GeneralRe: How to Unload CListCtrl Pin
ThatsAlok4-Oct-06 9:19
ThatsAlok4-Oct-06 9:19 
AnswerRe: How to Unload CListCtrl Pin
Hamid_RT23-Sep-06 8:25
Hamid_RT23-Sep-06 8:25 
AnswerRe: How to Unload CListCtrl Pin
Eytukan23-Sep-06 8:53
Eytukan23-Sep-06 8:53 
QuestionRe: How to Unload CListCtrl Pin
Bravoone_200625-Sep-06 1:59
Bravoone_200625-Sep-06 1:59 
AnswerRe: How to Unload CListCtrl Pin
Eytukan25-Sep-06 2:06
Eytukan25-Sep-06 2:06 
QuestionWebBrowser Control – to detect type of loaded document Pin
KellyLynch23-Sep-06 2:52
KellyLynch23-Sep-06 2:52 
QuestionCollaboration Data Objects (1.x) Pin
neha.agarwal2723-Sep-06 2:38
neha.agarwal2723-Sep-06 2:38 
AnswerRe: Collaboration Data Objects (1.x) Pin
JWood23-Sep-06 4:14
JWood23-Sep-06 4:14 
GeneralRe: Collaboration Data Objects (1.x) Pin
ThatsAlok23-Sep-06 6:06
ThatsAlok23-Sep-06 6:06 
GeneralRe: Collaboration Data Objects (1.x) Pin
Hamid_RT23-Sep-06 8:43
Hamid_RT23-Sep-06 8:43 
GeneralRe: Collaboration Data Objects (1.x) Pin
Jörgen Sigvardsson23-Sep-06 8:25
Jörgen Sigvardsson23-Sep-06 8:25 
QuestionHow to judge whether a mail is over ? Pin
abruzzi22-Sep-06 23:34
abruzzi22-Sep-06 23:34 
AnswerRe: How to judge whether a mail is over ? Pin
ThatsAlok23-Sep-06 6:07
ThatsAlok23-Sep-06 6:07 
GeneralRe: How to judge whether a mail is over ? Pin
abruzzi23-Sep-06 22:20
abruzzi23-Sep-06 22:20 
AnswerRe: How to judge whether a mail is over ? Pin
Eytukan23-Sep-06 8:55
Eytukan23-Sep-06 8:55 
GeneralRe: How to judge whether a mail is over ? Pin
abruzzi23-Sep-06 22:05
abruzzi23-Sep-06 22:05 
QuestionAudio Tuning Wizard in VC++ 6.0 Pin
AhmadZia22-Sep-06 21:57
AhmadZia22-Sep-06 21:57 

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.