Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThreading and MFC Pin
Jeremy Pullicino13-Jul-03 22:39
Jeremy Pullicino13-Jul-03 22:39 
GeneralRe: Threading and MFC Pin
Ryan Binns13-Jul-03 22:49
Ryan Binns13-Jul-03 22:49 
GeneralRe: Threading and MFC Pin
Jeremy Pullicino14-Jul-03 0:40
Jeremy Pullicino14-Jul-03 0:40 
GeneralRe: Threading and MFC Pin
Ryan Binns14-Jul-03 0:45
Ryan Binns14-Jul-03 0:45 
GeneralRe: Threading and MFC Pin
Alexandru Savescu14-Jul-03 1:06
Alexandru Savescu14-Jul-03 1:06 
GeneralText Highlighting in CRichEditView Pin
Anonymous13-Jul-03 22:10
Anonymous13-Jul-03 22:10 
GeneralList controls with check boxes Pin
YaronNir13-Jul-03 21:56
YaronNir13-Jul-03 21:56 
GeneralRe: List controls with check boxes Pin
Ryan Binns13-Jul-03 23:06
Ryan Binns13-Jul-03 23:06 
YaronNir wrote:
any1 knows a style of list to fix my problem?

There isn't one. You will have to do this yourself whenever the user clicks on an item. Use GetSelectedCount() and GetNextItem() to loop through the selected items and set them all to the state you want.

If you're not using MFC, use the LVM_GETSELECTEDCOUNT and LVM_GETNEXTITEM mesages.

Hope this helps,

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: List controls with check boxes Pin
YaronNir13-Jul-03 23:12
YaronNir13-Jul-03 23:12 
GeneralRe: List controls with check boxes Pin
Ryan Binns13-Jul-03 23:21
Ryan Binns13-Jul-03 23:21 
GeneralRe: List controls with check boxes Pin
YaronNir14-Jul-03 1:07
YaronNir14-Jul-03 1:07 
GeneralRe: List controls with check boxes Pin
YaronNir14-Jul-03 1:07
YaronNir14-Jul-03 1:07 
GeneralRe: List controls with check boxes Pin
Ryan Binns14-Jul-03 1:38
Ryan Binns14-Jul-03 1:38 
GeneralRe: List controls with check boxes Pin
YaronNir14-Jul-03 1:46
YaronNir14-Jul-03 1:46 
GeneralRe: List controls with check boxes Pin
Ryan Binns14-Jul-03 1:49
Ryan Binns14-Jul-03 1:49 
Question??? Pin
DaveE9th13-Jul-03 21:08
DaveE9th13-Jul-03 21:08 
AnswerRe: ??? Pin
Cedric Moonen13-Jul-03 21:51
Cedric Moonen13-Jul-03 21:51 
AnswerRe: ??? Pin
jhwurmbach13-Jul-03 22:02
jhwurmbach13-Jul-03 22:02 
GeneralRe: ??? Pin
DaveE9th13-Jul-03 22:25
DaveE9th13-Jul-03 22:25 
AnswerRe: ??? Pin
Miszou14-Jul-03 9:58
Miszou14-Jul-03 9:58 
GeneralRe: ??? Pin
Anthony_Yio15-Jul-03 1:07
Anthony_Yio15-Jul-03 1:07 
GeneralIR data entry system Pin
teanomilk13-Jul-03 20:32
teanomilk13-Jul-03 20:32 
GeneralRe: IR data entry system Pin
jan larsen14-Jul-03 2:34
jan larsen14-Jul-03 2:34 
GeneralCallBack Function Pin
rohit.dhamija13-Jul-03 19:46
rohit.dhamija13-Jul-03 19:46 
GeneralRe: CallBack Function Pin
Tibor Blazko13-Jul-03 19:59
Tibor Blazko13-Jul-03 19:59 

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.