Click here to Skip to main content
15,891,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Differentiating 2 methods with the same name for a pointer Pin
Moak7-Jan-10 0:32
Moak7-Jan-10 0:32 
QuestionDataBase Pin
jannathali5-Jan-10 22:38
jannathali5-Jan-10 22:38 
AnswerRe: DataBase Pin
_AnsHUMAN_ 5-Jan-10 23:09
_AnsHUMAN_ 5-Jan-10 23:09 
AnswerRe: DataBase Pin
«_Superman_»6-Jan-10 0:26
professional«_Superman_»6-Jan-10 0:26 
QuestionCapturing check/uncheck in checkbox in listcontrol Pin
itkid5-Jan-10 22:16
itkid5-Jan-10 22:16 
AnswerRe: Capturing check/uncheck in checkbox in listcontrol Pin
Naveen5-Jan-10 22:46
Naveen5-Jan-10 22:46 
GeneralRe: Capturing check/uncheck in checkbox in listcontrol Pin
itkid5-Jan-10 22:49
itkid5-Jan-10 22:49 
GeneralRe: Capturing check/uncheck in checkbox in listcontrol Pin
Naveen5-Jan-10 23:15
Naveen5-Jan-10 23:15 
I hope you are showing the check box with LVS_EX_CHECKBOXES. If so, you will get the LVN_ITEMCHANGED notification when user checks or unchecks the check box. you can identify the state of check box by getting the state image of the item.

From MSDN:
"State image 1 is the unchecked box, and state image 2 is the checked box. Setting the state image to zero removes the check box."


Questionhow to contact the file extension with file type? Pin
nenfa5-Jan-10 20:37
nenfa5-Jan-10 20:37 
AnswerRe: how to contact the file extension with file type? Pin
Naveen5-Jan-10 21:17
Naveen5-Jan-10 21:17 
AnswerRe: how to contact the file extension with file type? Pin
Richard MacCutchan5-Jan-10 21:21
mveRichard MacCutchan5-Jan-10 21:21 
Questionhow to retrieve the hicons on the desktop? Pin
nenfa5-Jan-10 20:21
nenfa5-Jan-10 20:21 
AnswerRe: how to retrieve the hicons on the desktop? Pin
Code-o-mat5-Jan-10 22:26
Code-o-mat5-Jan-10 22:26 
QuestionResolution for Dialog Pin
Anu_Bala5-Jan-10 19:24
Anu_Bala5-Jan-10 19:24 
AnswerRe: Resolution for Dialog Pin
KingsGambit5-Jan-10 20:13
KingsGambit5-Jan-10 20:13 
AnswerRe: Resolution for Dialog Pin
Moak5-Jan-10 23:36
Moak5-Jan-10 23:36 
AnswerRe: Resolution for Dialog Pin
beko6-Jan-10 1:44
beko6-Jan-10 1:44 
AnswerRe: Resolution for Dialog Pin
SimonSays6-Jan-10 5:08
SimonSays6-Jan-10 5:08 
Questionhow to get Window name from window handle in win32. Pin
V K 25-Jan-10 19:22
V K 25-Jan-10 19:22 
AnswerRe: how to get Window name from window handle in win32. Pin
Naveen5-Jan-10 19:43
Naveen5-Jan-10 19:43 
QuestionToolTip Pin
S p k 5215-Jan-10 18:48
S p k 5215-Jan-10 18:48 
AnswerRe: ToolTip Pin
April Fans6-Jan-10 19:16
April Fans6-Jan-10 19:16 
QuestionDefault Button Pin
Pryabu5-Jan-10 17:48
Pryabu5-Jan-10 17:48 
AnswerRe: Default Button Pin
Chris Losinger5-Jan-10 17:52
professionalChris Losinger5-Jan-10 17:52 
GeneralRe: Default Button Pin
Pryabu5-Jan-10 17:58
Pryabu5-Jan-10 17:58 

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.