Click here to Skip to main content
15,916,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Rabbitting Threads Pin
Jeffrey Walton30-Oct-07 4:55
Jeffrey Walton30-Oct-07 4:55 
QuestionCListCtrl question Pin
ArielR29-Oct-07 9:09
ArielR29-Oct-07 9:09 
AnswerRe: CListCtrl question Pin
Gary Wheeler29-Oct-07 10:03
Gary Wheeler29-Oct-07 10:03 
GeneralRe: CListCtrl question Pin
ArielR29-Oct-07 10:18
ArielR29-Oct-07 10:18 
GeneralRe: CListCtrl question Pin
Gary Wheeler29-Oct-07 10:38
Gary Wheeler29-Oct-07 10:38 
GeneralRe: CListCtrl question Pin
ThatsAlok29-Oct-07 19:46
ThatsAlok29-Oct-07 19:46 
QuestionRe: CListCtrl question Pin
fantasy121529-Oct-07 20:13
fantasy121529-Oct-07 20:13 
AnswerRe: CListCtrl question Pin
Gary Wheeler30-Oct-07 0:48
Gary Wheeler30-Oct-07 0:48 
This approach lets you set some state bits and clear others in a single call. The nState argument contains the bits you want to set, while the nMask argument contains the bits you want to change. For example, if you call it like this:
m_mylistctrl.SetItemState(iItem,LVIS_FOCUSED,(LVIS_FOCUSED | LVIS_SELECTED));
this would set the LVIS_FOCUSED state and clear the LVIS_SELECTED state for the specified item.


Software Zen: delete this;

GeneralRe: CListCtrl question Pin
Nelek29-Oct-07 23:27
protectorNelek29-Oct-07 23:27 
GeneralRe: CListCtrl question Pin
Gary Wheeler30-Oct-07 0:50
Gary Wheeler30-Oct-07 0:50 
GeneralRe: CListCtrl question Pin
Nelek30-Oct-07 1:20
protectorNelek30-Oct-07 1:20 
QuestionHow to update main window from a child dialog?? Pin
Kiran Satish29-Oct-07 7:43
Kiran Satish29-Oct-07 7:43 
AnswerRe: How to update main window from a child dialog?? Pin
mcsherry29-Oct-07 7:51
mcsherry29-Oct-07 7:51 
GeneralRe: How to update main window from a child dialog?? Pin
Maximilien29-Oct-07 7:56
Maximilien29-Oct-07 7:56 
GeneralRe: How to update main window from a child dialog?? Pin
Kiran Satish29-Oct-07 8:44
Kiran Satish29-Oct-07 8:44 
QuestionDragging windows Pin
mcsherry29-Oct-07 7:32
mcsherry29-Oct-07 7:32 
AnswerRe: Dragging windows Pin
mcsherry29-Oct-07 7:42
mcsherry29-Oct-07 7:42 
GeneralRe: Dragging windows Pin
Mark Salsbery29-Oct-07 8:15
Mark Salsbery29-Oct-07 8:15 
GeneralRe: Dragging windows Pin
mcsherry29-Oct-07 8:17
mcsherry29-Oct-07 8:17 
GeneralRe: Dragging windows Pin
Mark Salsbery29-Oct-07 8:25
Mark Salsbery29-Oct-07 8:25 
QuestionHow to scroll client area in CDialog based window?? Pin
zarraza29-Oct-07 6:27
zarraza29-Oct-07 6:27 
AnswerRe: How to scroll client area in CDialog based window?? Pin
Jeffrey Walton29-Oct-07 10:47
Jeffrey Walton29-Oct-07 10:47 
QuestionGetting SNMP data with VC++ - is there a good project? Pin
Rhymhoont29-Oct-07 5:35
Rhymhoont29-Oct-07 5:35 
AnswerRe: Getting SNMP data with VC++ - is there a good project? Pin
led mike29-Oct-07 7:31
led mike29-Oct-07 7:31 
GeneralRe: Getting SNMP data with VC++ - is there a good project? Pin
Rhymhoont29-Oct-07 7:52
Rhymhoont29-Oct-07 7:52 

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.