Click here to Skip to main content
15,891,372 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 21:48
LaHaHa12-Jan-06 21:48 
GeneralRe: Ownerdraw button problem Pin
Owner drawn12-Jan-06 21:51
Owner drawn12-Jan-06 21:51 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 22:07
LaHaHa12-Jan-06 22:07 
QuestionCListCtrl? Pin
dipuks12-Jan-06 14:33
dipuks12-Jan-06 14:33 
AnswerRe: CListCtrl? Pin
Christian Graus12-Jan-06 14:51
protectorChristian Graus12-Jan-06 14:51 
GeneralRe: CListCtrl? Pin
dipuks12-Jan-06 16:05
dipuks12-Jan-06 16:05 
GeneralRe: CListCtrl? Pin
Christian Graus12-Jan-06 16:07
protectorChristian Graus12-Jan-06 16:07 
AnswerRe: CListCtrl? Pin
Rajesh R Subramanian12-Jan-06 17:40
professionalRajesh R Subramanian12-Jan-06 17:40 
Hi,

1. Find the number of items in the CListCtrl using the method CListCtrl::GetItemCount
2. Then use the WritePrivateProfileInt() API call to write this information to a file (.INF or .INI)
3. Run a loop and get each and every item from the CListCtrl. Write all these into the .INF file using WritePrivateProfileString() API call.
4. GetPrivateProfileInt() and GetPrivateProfileString() will help you to get the information back.
5. Display it.
6. If you face a problem, reply and let me know.

Regards,
Rajesh R. Subramanian.

You have an apple and me too. We exchange those and We have an apple each.
You have an idea and me too. We exchange those and We have two ideas each.

GeneralRe: CListCtrl? Pin
dipuks14-Jan-06 10:59
dipuks14-Jan-06 10:59 
GeneralRe: CListCtrl? Pin
Rajesh R Subramanian15-Jan-06 16:56
professionalRajesh R Subramanian15-Jan-06 16:56 
GeneralRe: CListCtrl? Pin
dipuks15-Jan-06 18:15
dipuks15-Jan-06 18:15 
QuestionTrying to get an object to bounce back and forth Pin
chadsxe12-Jan-06 13:36
chadsxe12-Jan-06 13:36 
AnswerRe: Trying to get an object to bounce back and forth Pin
Stephen Hewitt12-Jan-06 14:01
Stephen Hewitt12-Jan-06 14:01 
AnswerRe: Trying to get an object to bounce back and forth Pin
Bob Flynn13-Jan-06 0:39
Bob Flynn13-Jan-06 0:39 
Questionofstream driving me nuts Pin
Brian van der Beek12-Jan-06 11:00
Brian van der Beek12-Jan-06 11:00 
AnswerRe: ofstream driving me nuts Pin
Christian Graus12-Jan-06 12:57
protectorChristian Graus12-Jan-06 12:57 
GeneralRe: ofstream driving me nuts Pin
Brian van der Beek12-Jan-06 20:25
Brian van der Beek12-Jan-06 20:25 
GeneralRe: ofstream driving me nuts Pin
__yb13-Jan-06 12:05
__yb13-Jan-06 12:05 
QuestionC# DLL Pin
siedell12-Jan-06 10:40
siedell12-Jan-06 10:40 
AnswerRe: C# DLL Pin
Christian Graus12-Jan-06 12:56
protectorChristian Graus12-Jan-06 12:56 
QuestionWas It Wininet? Pin
GreenLantern12-Jan-06 9:51
GreenLantern12-Jan-06 9:51 
AnswerRe: Was It Wininet? Pin
Chris Losinger12-Jan-06 10:38
professionalChris Losinger12-Jan-06 10:38 
GeneralRe: Was It Wininet? Pin
GreenLantern12-Jan-06 13:05
GreenLantern12-Jan-06 13:05 
GeneralRe: Was It Wininet? Pin
Chris Losinger12-Jan-06 15:01
professionalChris Losinger12-Jan-06 15:01 
QuestionHow to simulate a line function? Pin
Ming Luo12-Jan-06 8:52
Ming Luo12-Jan-06 8:52 

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.