Click here to Skip to main content
15,913,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help Pin
yaminisridaran2-May-07 23:26
yaminisridaran2-May-07 23:26 
GeneralRe: Need help Pin
Mark Salsbery3-May-07 6:42
Mark Salsbery3-May-07 6:42 
QuestionRe: Need help Pin
David Crow3-May-07 2:39
David Crow3-May-07 2:39 
AnswerRe: Need help Pin
yaminisridaran3-May-07 18:31
yaminisridaran3-May-07 18:31 
GeneralRe: Need help Pin
David Crow4-May-07 2:29
David Crow4-May-07 2:29 
QuestionCListCtrl Pin
hero19952-May-07 18:09
hero19952-May-07 18:09 
AnswerRe: CListCtrl Pin
Paresh Chitte2-May-07 18:22
Paresh Chitte2-May-07 18:22 
AnswerRe: CListCtrl Pin
_AnsHUMAN_ 2-May-07 18:22
_AnsHUMAN_ 2-May-07 18:22 
Everybody here knows how to do it Big Grin | :-D with the mouse and the Ctrl Key or using the UP/DOWN arrow Keys.
Do you want to do this through your code? If yes then iterate through the items in the list control and use
m_myListControl.SetItemState( m_IndexToBeMarkedAsSelected/*item to be marked as selected*/, LVIS_SELECTED, LVIS_SELECTED );
Do remember to remove the single selection property.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: CListCtrl Pin
prasad_som2-May-07 18:26
prasad_som2-May-07 18:26 
QuestionRe: CListCtrl Pin
Hamid_RT2-May-07 20:07
Hamid_RT2-May-07 20:07 
AnswerRe: CListCtrl Pin
_AnsHUMAN_ 2-May-07 20:35
_AnsHUMAN_ 2-May-07 20:35 
AnswerRe: CListCtrl Pin
hero19952-May-07 21:21
hero19952-May-07 21:21 
QuestionRe: CListCtrl Pin
hero19952-May-07 22:06
hero19952-May-07 22:06 
QuestionRe: CListCtrl Pin
David Crow3-May-07 2:41
David Crow3-May-07 2:41 
AnswerRe: CListCtrl Pin
hero19953-May-07 5:16
hero19953-May-07 5:16 
GeneralRe: CListCtrl Pin
David Crow3-May-07 8:41
David Crow3-May-07 8:41 
Questionprogress bar on list view Pin
anu jaggi2-May-07 17:52
anu jaggi2-May-07 17:52 
QuestionSerialize in DLL Pin
vibindia2-May-07 17:37
vibindia2-May-07 17:37 
AnswerRe: Serialize in DLL Pin
Arman S.2-May-07 20:30
Arman S.2-May-07 20:30 
QuestionRe: Serialize in DLL Pin
Mark Salsbery3-May-07 6:50
Mark Salsbery3-May-07 6:50 
QuestionWaveIn API and MFC - need some theory background help Pin
Vaclav_2-May-07 17:34
Vaclav_2-May-07 17:34 
AnswerRe: WaveIn API and MFC - need some theory background help Pin
Mark Salsbery3-May-07 7:15
Mark Salsbery3-May-07 7:15 
GeneralRe: WaveIn API and MFC - need some theory background help Pin
Vaclav_3-May-07 7:34
Vaclav_3-May-07 7:34 
GeneralRe: WaveIn API and MFC - need some theory background help Pin
Mark Salsbery3-May-07 7:40
Mark Salsbery3-May-07 7:40 
GeneralRe: WaveIn API and MFC - need some theory background help Pin
Vaclav_3-May-07 17:36
Vaclav_3-May-07 17:36 

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.