Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing a critical section in a high priority thread Pin
Chris Hills11-Sep-04 5:28
Chris Hills11-Sep-04 5:28 
GeneralRe: Using a critical section in a high priority thread Pin
Baris Kurtlutepe11-Sep-04 8:33
Baris Kurtlutepe11-Sep-04 8:33 
GeneralRe: Using a critical section in a high priority thread Pin
Andrew Walker12-Sep-04 14:37
Andrew Walker12-Sep-04 14:37 
GeneralRe: Using a critical section in a high priority thread Pin
Blake Miller13-Sep-04 6:17
Blake Miller13-Sep-04 6:17 
GeneralRe: Using a critical section in a high priority thread Pin
Andrew Walker13-Sep-04 12:58
Andrew Walker13-Sep-04 12:58 
GeneralVC++6 WinXP - Find Dialog and SerializeRaw don't work Pin
Kwakas11-Sep-04 4:49
Kwakas11-Sep-04 4:49 
GeneralMulti select list control Pin
Tyrus18211-Sep-04 4:17
Tyrus18211-Sep-04 4:17 
GeneralRe: Multi select list control Pin
Gary R. Wheeler12-Sep-04 3:02
Gary R. Wheeler12-Sep-04 3:02 
You have to handle the LVN_ITEMCHANGING and LVN_ITEMCHANGED notifications from the list control.

The default behavior of an unmodified click (no shift or ctrl keys) in the list control is to deselect all selected items, and then select the item clicked on.

You will need to handle the notifications such that you prevent the deselection of items you want to remain selected, and to allow the selection of items you want.


Software Zen: delete this;
QuestionHow to issue the mouse_event without "SendInput" Pin
Member 244207211-Sep-04 3:50
Member 244207211-Sep-04 3:50 
GeneralMultiple document templates Pin
Jens Christiansen11-Sep-04 3:10
Jens Christiansen11-Sep-04 3:10 
Generalcalculating response time for a http request Pin
emmatty11-Sep-04 0:36
emmatty11-Sep-04 0:36 
GeneralRe: calculating response time for a http request Pin
Alexander M.,12-Sep-04 4:28
Alexander M.,12-Sep-04 4:28 
Generallist control selection Pin
Tyrus18210-Sep-04 18:51
Tyrus18210-Sep-04 18:51 
GeneralRe: list control selection Pin
Branislav11-Sep-04 4:05
Branislav11-Sep-04 4:05 
GeneralRe: list control selection Pin
Tyrus18211-Sep-04 4:20
Tyrus18211-Sep-04 4:20 
GeneralRe: list control selection Pin
Branislav11-Sep-04 5:04
Branislav11-Sep-04 5:04 
GeneralRe: list control selection Pin
Ravi Bhavnani11-Sep-04 5:07
professionalRavi Bhavnani11-Sep-04 5:07 
GeneralADO MySQL query problem Pin
Graham Holdaway10-Sep-04 16:34
Graham Holdaway10-Sep-04 16:34 
GeneralRe: ADO MySQL query problem Pin
Arsalan Malik10-Sep-04 20:23
Arsalan Malik10-Sep-04 20:23 
GeneralRe: ADO MySQL query problem Pin
Anonymous11-Sep-04 18:51
Anonymous11-Sep-04 18:51 
GeneralChange mainframe menu on startup Pin
Ravi Bhavnani10-Sep-04 13:38
professionalRavi Bhavnani10-Sep-04 13:38 
GeneralRe: Change mainframe menu on startup Pin
Neville Franks11-Sep-04 12:35
Neville Franks11-Sep-04 12:35 
GeneralRe: Change mainframe menu on startup Pin
Ravi Bhavnani11-Sep-04 12:57
professionalRavi Bhavnani11-Sep-04 12:57 
GeneralCalling VC COM DLL from C++ Pin
Peter Weyzen10-Sep-04 11:36
Peter Weyzen10-Sep-04 11:36 
GeneralHighlight Selected Item in ListCtrl Pin
Grahamfff10-Sep-04 10:59
Grahamfff10-Sep-04 10: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.