Click here to Skip to main content
16,015,077 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Delete Blank rows in ctrllist - Almost a repost Pin
Iain Clarke, Warrior Programmer21-Jun-10 22:53
Iain Clarke, Warrior Programmer21-Jun-10 22:53 
AnswerRe: How to Delete Blank rows in ctrllist PinPopular
Emilio Garavaglia21-Jun-10 23:03
Emilio Garavaglia21-Jun-10 23:03 
Questioncheckbox dynamically Pin
Sakhalean21-Jun-10 21:36
Sakhalean21-Jun-10 21:36 
AnswerRe: checkbox dynamically Pin
Cedric Moonen21-Jun-10 21:42
Cedric Moonen21-Jun-10 21:42 
GeneralRe: checkbox dynamically Pin
Sakhalean21-Jun-10 22:50
Sakhalean21-Jun-10 22:50 
QuestionRe: checkbox dynamically Pin
Gophern22-Jun-10 15:37
Gophern22-Jun-10 15:37 
QuestionHow to Blank rows in ctrllist Pin
jt_snjy0721-Jun-10 19:59
jt_snjy0721-Jun-10 19:59 
AnswerRe: How to Blank rows in ctrllist Pin
Iain Clarke, Warrior Programmer21-Jun-10 21:16
Iain Clarke, Warrior Programmer21-Jun-10 21:16 
This answer pretty much applies to your previous question too.

With all these sorts of things, there's one important step you must do:

BREAK YOUR PROBLEM INTO SMALL PIECES.

Work out what you know now, and what you need to learn.

Can you respond to a message. Can you add a handler for the check button being pressed. Or a menu item being used.

Are you talking about creating a list box, or a list control (yes, Microsoft messed up by using two very similar names)

Do you really mean creating a new one, or just refilling an already existing control.

Where is this data coming from? Do you know how to get it now?

Can you add just one item per line, with no sub items.

Can you write a loop going through the data you're adding, and seeing which columns you will need to use in your control?

Can you add / remove columns from a list control?


As you can see, I've written a whole lot of smaller questions. Each one is almost as long as your original question. But they are a lot easier to answer, and learn. If you are struggling with them, struggle a bit more, then come back to us. Some questions (about your own data) will not be possible for us to answer without psychic powers. And I left mine at home this morning.

I wish you every success,

Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!

QuestionAbstact ID attribute value Pin
Pk.j21-Jun-10 19:56
Pk.j21-Jun-10 19:56 
QuestionHow to Blank rows in ctrllist Pin
jt_snjy0721-Jun-10 19:25
jt_snjy0721-Jun-10 19:25 
AnswerRe: How to Blank rows in ctrllist Pin
ThatsAlok21-Jun-10 19:52
ThatsAlok21-Jun-10 19:52 
Questionhelp Pin
edmagas21-Jun-10 11:03
edmagas21-Jun-10 11:03 
AnswerRe: help [modified] Pin
Xeqtr21-Jun-10 11:30
Xeqtr21-Jun-10 11:30 
GeneralRe: help Pin
edmagas21-Jun-10 11:33
edmagas21-Jun-10 11:33 
AnswerRe: help Pin
Xeqtr21-Jun-10 11:50
Xeqtr21-Jun-10 11:50 
GeneralRe: help Pin
edmagas21-Jun-10 11:55
edmagas21-Jun-10 11:55 
GeneralRe: help [modified] Pin
Tim Craig21-Jun-10 18:42
Tim Craig21-Jun-10 18:42 
AnswerRe: help PinPopular
CPallini21-Jun-10 11:33
mveCPallini21-Jun-10 11:33 
AnswerRe: help Pin
Wes Aday21-Jun-10 16:37
professionalWes Aday21-Jun-10 16:37 
GeneralRe: help Pin
edmagas22-Jun-10 0:20
edmagas22-Jun-10 0:20 
AnswerRe: help Pin
Emilio Garavaglia21-Jun-10 22:35
Emilio Garavaglia21-Jun-10 22:35 
QuestionClient Server Application - Design issue - Writing to a file sequentialy during a session Pin
simon alec smith21-Jun-10 10:01
simon alec smith21-Jun-10 10:01 
AnswerRe: Client Server Application - Design issue - Writing to a file sequentialy during a session Pin
Moak21-Jun-10 11:43
Moak21-Jun-10 11:43 
AnswerRe: Client Server Application - Design issue - Writing to a file sequentialy during a session Pin
«_Superman_»21-Jun-10 18:08
professional«_Superman_»21-Jun-10 18:08 
AnswerRe: Client Server Application - Design issue - Writing to a file sequentialy during a session Pin
ThatsAlok21-Jun-10 20:09
ThatsAlok21-Jun-10 20:09 

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.