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

C / C++ / MFC

 
GeneralSocket problem Pin
GGConsulting7-Sep-04 9:49
GGConsulting7-Sep-04 9:49 
GeneralRe: Socket problem Pin
Magnus7657-Sep-04 22:43
Magnus7657-Sep-04 22:43 
GeneralDeletion of Pointers in ClistCtrl Data Pin
Cedar Sith7-Sep-04 8:05
Cedar Sith7-Sep-04 8:05 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
David Crow7-Sep-04 8:58
David Crow7-Sep-04 8:58 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Cedar Sith7-Sep-04 9:39
Cedar Sith7-Sep-04 9:39 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
David Crow7-Sep-04 9:54
David Crow7-Sep-04 9:54 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Cedar Sith7-Sep-04 10:33
Cedar Sith7-Sep-04 10:33 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Ryan Binns7-Sep-04 18:22
Ryan Binns7-Sep-04 18:22 
Cedar Sith wrote:
placed the following code in the form view destructor

That won't work. You have to do it before the list view is destroyed.

Cedar Sith wrote:
It is almost as if once the parent window is closed the GetItemCount method no longer works.

Of course it doesn't. None of the methods will work; because the list view has already been destroyed. You'll have to put the code in OnDestroy() at the very latest, before you call the base class OnDestroy() handler.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Cedar Sith8-Sep-04 9:24
Cedar Sith8-Sep-04 9:24 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Ryan Binns8-Sep-04 13:47
Ryan Binns8-Sep-04 13:47 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Cedar Sith8-Sep-04 14:15
Cedar Sith8-Sep-04 14:15 
GeneralRe: Deletion of Pointers in ClistCtrl Data Pin
Cedar Sith7-Sep-04 12:25
Cedar Sith7-Sep-04 12:25 
GeneralSTL / elegant file input (basic question!) Pin
LiquidEyes7-Sep-04 8:03
LiquidEyes7-Sep-04 8:03 
GeneralRe: STL / elegant file input (basic question!) Pin
Ryan Binns7-Sep-04 18:32
Ryan Binns7-Sep-04 18:32 
GeneralRe: STL / elegant file input (basic question!) Pin
LiquidEyes7-Sep-04 23:03
LiquidEyes7-Sep-04 23:03 
GeneralRe: STL / elegant file input (basic question!) Pin
Kevin McFarlane8-Sep-04 2:14
Kevin McFarlane8-Sep-04 2:14 
GeneralRe: STL / elegant file input (basic question!) Pin
LiquidEyes8-Sep-04 2:21
LiquidEyes8-Sep-04 2:21 
GeneralRe: STL / elegant file input (basic question!) Pin
Kevin McFarlane8-Sep-04 6:43
Kevin McFarlane8-Sep-04 6:43 
GeneralRe: STL / elegant file input (basic question!) Pin
Ryan Binns8-Sep-04 3:55
Ryan Binns8-Sep-04 3:55 
GeneralRe: STL / elegant file input (basic question!) Pin
LiquidEyes8-Sep-04 4:10
LiquidEyes8-Sep-04 4:10 
GeneralRe: STL / elegant file input (basic question!) Pin
Ryan Binns8-Sep-04 4:28
Ryan Binns8-Sep-04 4:28 
Generalwhy rebuilding the proj failed eventhough it was running before. Pin
pnpfriend7-Sep-04 7:57
pnpfriend7-Sep-04 7:57 
GeneralRe: why rebuilding the proj failed eventhough it was running before. Pin
David Crow7-Sep-04 9:00
David Crow7-Sep-04 9:00 
GeneralRe: why rebuilding the proj failed eventhough it was running before. Pin
pnpfriend8-Sep-04 6:57
pnpfriend8-Sep-04 6:57 
GeneralCan't have a child window in the non-client area painting itself Pin
DaFrawg7-Sep-04 7:04
DaFrawg7-Sep-04 7:04 

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.