Click here to Skip to main content
15,924,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threading and MFC Pin
Ryan Binns14-Jul-03 0:45
Ryan Binns14-Jul-03 0:45 
GeneralRe: Threading and MFC Pin
Alexandru Savescu14-Jul-03 1:06
Alexandru Savescu14-Jul-03 1:06 
GeneralText Highlighting in CRichEditView Pin
Anonymous13-Jul-03 22:10
Anonymous13-Jul-03 22:10 
GeneralList controls with check boxes Pin
YaronNir13-Jul-03 21:56
YaronNir13-Jul-03 21:56 
GeneralRe: List controls with check boxes Pin
Ryan Binns13-Jul-03 23:06
Ryan Binns13-Jul-03 23:06 
GeneralRe: List controls with check boxes Pin
YaronNir13-Jul-03 23:12
YaronNir13-Jul-03 23:12 
GeneralRe: List controls with check boxes Pin
Ryan Binns13-Jul-03 23:21
Ryan Binns13-Jul-03 23:21 
GeneralRe: List controls with check boxes Pin
YaronNir14-Jul-03 1:07
YaronNir14-Jul-03 1:07 
Hi, thanks again for the reply.

i am using ATL/WTL, i have a dialog that correspond to the:
NOTIFY_HANDLER(IDC_MY_LIST_CTRL, LVN_ITEMCHANGED, OnListItemChanged)

and in the implementation:

LRESULT CAddContentDlg::OnListItemChanged(int idCtrl, LPNMHDR pnmh, BOOL& bHandled)
{
NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pnmh;

return 0;
}

can u show me some code to handle the multiple selection and checking cause i'm kinda having trouble of writing it correctly.......

thanks again
Yaron


Ask not what your application can do for you,
Ask what you can do for your application
GeneralRe: List controls with check boxes Pin
YaronNir14-Jul-03 1:07
YaronNir14-Jul-03 1:07 
GeneralRe: List controls with check boxes Pin
Ryan Binns14-Jul-03 1:38
Ryan Binns14-Jul-03 1:38 
GeneralRe: List controls with check boxes Pin
YaronNir14-Jul-03 1:46
YaronNir14-Jul-03 1:46 
GeneralRe: List controls with check boxes Pin
Ryan Binns14-Jul-03 1:49
Ryan Binns14-Jul-03 1:49 
Question??? Pin
DaveE9th13-Jul-03 21:08
DaveE9th13-Jul-03 21:08 
AnswerRe: ??? Pin
Cedric Moonen13-Jul-03 21:51
Cedric Moonen13-Jul-03 21:51 
AnswerRe: ??? Pin
jhwurmbach13-Jul-03 22:02
jhwurmbach13-Jul-03 22:02 
GeneralRe: ??? Pin
DaveE9th13-Jul-03 22:25
DaveE9th13-Jul-03 22:25 
AnswerRe: ??? Pin
Miszou14-Jul-03 9:58
Miszou14-Jul-03 9:58 
GeneralRe: ??? Pin
Anthony_Yio15-Jul-03 1:07
Anthony_Yio15-Jul-03 1:07 
GeneralIR data entry system Pin
teanomilk13-Jul-03 20:32
teanomilk13-Jul-03 20:32 
GeneralRe: IR data entry system Pin
jan larsen14-Jul-03 2:34
jan larsen14-Jul-03 2:34 
GeneralCallBack Function Pin
rohit.dhamija13-Jul-03 19:46
rohit.dhamija13-Jul-03 19:46 
GeneralRe: CallBack Function Pin
Tibor Blazko13-Jul-03 19:59
Tibor Blazko13-Jul-03 19:59 
GeneralRe: CallBack Function Pin
Ryan Binns13-Jul-03 22:51
Ryan Binns13-Jul-03 22:51 
General!strcmp Pin
DaveE9th13-Jul-03 19:37
DaveE9th13-Jul-03 19:37 
GeneralRe: !strcmp Pin
Tibor Blazko13-Jul-03 20:03
Tibor Blazko13-Jul-03 20:03 

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.