Click here to Skip to main content
15,921,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: problem in CDialog Pin
David Crow18-Jan-08 3:29
David Crow18-Jan-08 3:29 
GeneralRe: problem in CDialog Pin
Abhijit A18-Jan-08 4:02
Abhijit A18-Jan-08 4:02 
QuestionDrawing from different threads in OpenGL Pin
RichardS18-Jan-08 1:57
RichardS18-Jan-08 1:57 
GeneralRe: Drawing from different threads in OpenGL Pin
Dexterus18-Jan-08 3:36
Dexterus18-Jan-08 3:36 
GeneralExporting a variable an enum and a class to VB ! Pin
CrocodileBuck18-Jan-08 1:09
CrocodileBuck18-Jan-08 1:09 
GeneralRe: Exporting a variable an enum and a class to VB ! Pin
CPallini18-Jan-08 2:25
mveCPallini18-Jan-08 2:25 
QuestionDataexport from CListCtrl to lokal file? Pin
bosfan18-Jan-08 1:02
bosfan18-Jan-08 1:02 
AnswerRe: Dataexport from CListCtrl to lokal file? Pin
Cedric Moonen18-Jan-08 2:00
Cedric Moonen18-Jan-08 2:00 
IMHO, there is something wrong with your design. The list control should be used only to display information, not to store it. Typically the data is stored somewhere in your document class (in case you are doing a SDI application) and is only displayed in the list control.
So if you want to save it, you don't interract with the list control.

If possible, try to separate the 'logic' and data storing from the way it is displayed.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Dataexport from CListCtrl to lokal file? Pin
bosfan18-Jan-08 2:20
bosfan18-Jan-08 2:20 
GeneralRe: Dataexport from CListCtrl to lokal file? Pin
Cedric Moonen18-Jan-08 2:50
Cedric Moonen18-Jan-08 2:50 
AnswerRe: Dataexport from CListCtrl to lokal file? Pin
Hamid_RT18-Jan-08 19:17
Hamid_RT18-Jan-08 19:17 
GeneralCollapsible tree displays Pin
Anthony Appleyard17-Jan-08 23:22
Anthony Appleyard17-Jan-08 23:22 
GeneralRe: Collapsible tree displays Pin
CPallini17-Jan-08 23:57
mveCPallini17-Jan-08 23:57 
GeneralRe: Collapsible tree displays Pin
Hamid_RT18-Jan-08 19:17
Hamid_RT18-Jan-08 19:17 
Questionhow to find dll name in Visual Studio Pin
specialhaha17-Jan-08 21:50
specialhaha17-Jan-08 21:50 
AnswerRe: how to find dll name in Visual Studio Pin
Chris Losinger18-Jan-08 4:26
professionalChris Losinger18-Jan-08 4:26 
Generalmonitor memory leak Pin
George_George17-Jan-08 21:46
George_George17-Jan-08 21:46 
QuestionRe: monitor memory leak Pin
David Crow18-Jan-08 2:40
David Crow18-Jan-08 2:40 
GeneralRe: monitor memory leak Pin
George_George19-Jan-08 1:24
George_George19-Jan-08 1:24 
GeneralRe: monitor memory leak Pin
Hamid_RT18-Jan-08 19:16
Hamid_RT18-Jan-08 19:16 
GeneralRe: monitor memory leak Pin
George_George19-Jan-08 1:22
George_George19-Jan-08 1:22 
GeneralRe: monitor memory leak Pin
Hamid_RT19-Jan-08 7:33
Hamid_RT19-Jan-08 7:33 
GeneralRe: monitor memory leak Pin
George_George19-Jan-08 21:22
George_George19-Jan-08 21:22 
GeneralRe: monitor memory leak Pin
Hamid_RT20-Jan-08 3:59
Hamid_RT20-Jan-08 3:59 
GeneralRe: monitor memory leak Pin
George_George20-Jan-08 4:05
George_George20-Jan-08 4:05 

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.