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

C / C++ / MFC

 
GeneralRe: Message/Event problem (again) Pin
James R. Twine7-Mar-01 10:41
James R. Twine7-Mar-01 10:41 
GeneralRe: Message/Event problem (again) Pin
Richard Cheng7-Mar-01 10:59
Richard Cheng7-Mar-01 10:59 
GeneralRe: Message/Event problem (again) Pin
Christian Graus7-Mar-01 15:56
protectorChristian Graus7-Mar-01 15:56 
GeneralRe: Message/Event problem (again) Pin
l a u r e n7-Mar-01 12:36
l a u r e n7-Mar-01 12:36 
GeneralRe: Message/Event problem (again) Pin
Erik Funkenbusch7-Mar-01 15:04
Erik Funkenbusch7-Mar-01 15:04 
GeneralSelect individual subitem cell in CListCtrl Pin
Vickie7-Mar-01 8:28
Vickie7-Mar-01 8:28 
GeneralRe: Select individual subitem cell in CListCtrl Pin
l a u r e n7-Mar-01 10:23
l a u r e n7-Mar-01 10:23 
GeneralRe: Select individual subitem cell in CListCtrl Pin
James R. Twine7-Mar-01 10:37
James R. Twine7-Mar-01 10:37 
> Hi all, In a CListCtrl, is that the user can only select the ITEM

   Yep.

> Can the subitem in other column be selected individually too( only select the subitem )??

   Not normally, no. (At least, not that *I* know of.)

> If can't, what should I use other than CListCtrl if I want to select cells horizontally ?

   There are various Grid and Grid-like controls out there that may give you this functionality.  On a previous Brokerage-related project, I needed this same functionality.  I ended up using the Custom Draw features of the ListView control to simulate it.

   Using Custom Draw, you can highlight a specific column in the control.  If you have some other way to keep track of the current "column selection", you can simulate column selection/highlighting.

   Peace!

-=- James.
Generalerror message again!!!! Pin
Richard Cheng7-Mar-01 7:59
Richard Cheng7-Mar-01 7:59 
GeneralRe: error message again!!!! Pin
l a u r e n7-Mar-01 8:11
l a u r e n7-Mar-01 8:11 
GeneralRe: error message again!!!! Pin
Richard Cheng7-Mar-01 8:32
Richard Cheng7-Mar-01 8:32 
GeneralRe: error message again!!!! Pin
Christian Graus7-Mar-01 11:01
protectorChristian Graus7-Mar-01 11:01 
GeneralRe: error message again!!!! Pin
Erik Funkenbusch7-Mar-01 15:14
Erik Funkenbusch7-Mar-01 15:14 
GeneralEmpty Property Pin
derhackler7-Mar-01 7:45
derhackler7-Mar-01 7:45 
GeneralADsUser - Addresses Pin
derhackler7-Mar-01 7:43
derhackler7-Mar-01 7:43 
GeneralRe: ADsUser - Addresses Pin
Erik Thompson7-Mar-01 8:19
sitebuilderErik Thompson7-Mar-01 8:19 
GeneralRe: ADsUser - Addresses Pin
derhackler7-Mar-01 8:31
derhackler7-Mar-01 8:31 
QuestionHow to Catch Windows Events?? Pin
TomK7-Mar-01 6:56
TomK7-Mar-01 6:56 
AnswerRe: How to Catch Windows Events?? Pin
Masaaki Onishi7-Mar-01 15:43
Masaaki Onishi7-Mar-01 15:43 
GeneralHelp with CRecordSet and Memo Pin
7-Mar-01 6:25
suss7-Mar-01 6:25 
GeneralHelp with CRecordSet and Memo Pin
7-Mar-01 6:24
suss7-Mar-01 6:24 
QuestionCListCtrl OnItemchanged, loops 3 times?? Pin
Vickie7-Mar-01 4:54
Vickie7-Mar-01 4:54 
AnswerRe: CListCtrl OnItemchanged, loops 3 times?? Pin
l a u r e n7-Mar-01 6:32
l a u r e n7-Mar-01 6:32 
GeneralRe: CListCtrl OnItemchanged, loops 3 times?? Pin
Vickie7-Mar-01 6:38
Vickie7-Mar-01 6:38 
AnswerRe: CListCtrl OnItemchanged, loops 3 times?? Pin
Chris Meech7-Mar-01 7:43
Chris Meech7-Mar-01 7:43 

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.