Click here to Skip to main content
16,011,804 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCScrollView Pin
27-Feb-01 14:15
suss27-Feb-01 14:15 
GeneralRe: CScrollView Pin
l a u r e n27-Feb-01 20:03
l a u r e n27-Feb-01 20:03 
QuestionCan CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Ariel27-Feb-01 14:09
Ariel27-Feb-01 14:09 
AnswerRe: Can CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Daniel Ferguson28-Feb-01 3:49
Daniel Ferguson28-Feb-01 3:49 
GeneralRe: Can CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Ariel28-Feb-01 19:52
Ariel28-Feb-01 19:52 
AnswerRe: Can CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Joe Moldovan28-Feb-01 4:17
Joe Moldovan28-Feb-01 4:17 
GeneralRe: Can CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Ariel28-Feb-01 7:03
Ariel28-Feb-01 7:03 
GeneralRe: Can CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Joe Moldovan28-Feb-01 11:37
Joe Moldovan28-Feb-01 11:37 
Look up "Extended list view styles" in the Visual Studio help index. You can do a lot of interesting things in a list view control.

LVS_EX_TRACKSELECT
Version 4.70. Enables hot-track selection in a list view control. Hot track selection means that an item is automatically selected when the cursor remains over the item for a certain period of time. The delay can be changed from the default system setting with a LVM_SETHOVERTIME message. This style applies to all styles of list view control. You can check whether or not hot-track selection is enabled by calling SystemParametersInfo.

GeneralRe: Can CListCtrl select all the row (not only the iSubItem=0 part)? Pin
Ariel28-Feb-01 19:31
Ariel28-Feb-01 19:31 
QuestionHOW to resize the DataGrid columns? - Answer PLEASE Pin
27-Feb-01 11:31
suss27-Feb-01 11:31 
AnswerRe: HOW to resize the DataGrid columns? - Answer PLEASE Pin
Christian Graus27-Feb-01 14:29
protectorChristian Graus27-Feb-01 14:29 
QuestionFont and size? Pin
27-Feb-01 11:20
suss27-Feb-01 11:20 
AnswerRe: Font and size? Pin
Christian Graus27-Feb-01 14:09
protectorChristian Graus27-Feb-01 14:09 
GeneralCouple of questions. . . Pin
27-Feb-01 11:15
suss27-Feb-01 11:15 
GeneralRe: Couple of questions. . . Pin
Chris Losinger27-Feb-01 11:27
professionalChris Losinger27-Feb-01 11:27 
GeneralRe: Couple of questions. . . Pin
Tim Deveaux27-Feb-01 13:08
Tim Deveaux27-Feb-01 13:08 
GeneralRe: Couple of questions. . . Pin
Christian Graus27-Feb-01 14:05
protectorChristian Graus27-Feb-01 14:05 
GeneralRe: Couple of questions. . . Pin
l a u r e n27-Feb-01 19:51
l a u r e n27-Feb-01 19:51 
GeneralIntersetOption parameter Pin
27-Feb-01 5:24
suss27-Feb-01 5:24 
GeneralHelp with CSocket Server APP hanging while recieving data Pin
Brad Chase27-Feb-01 5:11
Brad Chase27-Feb-01 5:11 
GeneralRe: Help with CSocket Server APP hanging while recieving data Pin
l a u r e n27-Feb-01 8:14
l a u r e n27-Feb-01 8:14 
GeneralRe: Help with CSocket Server APP hanging while recieving data Pin
James R. Twine27-Feb-01 8:30
James R. Twine27-Feb-01 8:30 
QuestionHelp:How to use VC++ to actualize the registration number's location of a car's digital image? Pin
27-Feb-01 4:21
suss27-Feb-01 4:21 
AnswerRe: Help:How to use VC++ to actualize the registration number's location of a car's digital image? Pin
l a u r e n27-Feb-01 7:57
l a u r e n27-Feb-01 7:57 
GeneralActiveX and events Pin
Ivan Polak27-Feb-01 4:07
Ivan Polak27-Feb-01 4:07 

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.