Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Suggest a fast way to do? Pin
Emilio Garavaglia17-Oct-11 1:40
Emilio Garavaglia17-Oct-11 1:40 
QuestionRe: Suggest a fast way to do? Pin
David Crow17-Oct-11 3:50
David Crow17-Oct-11 3:50 
AnswerRe: Suggest a fast way to do? Pin
john563217-Oct-11 4:11
john563217-Oct-11 4:11 
GeneralRe: Suggest a fast way to do? Pin
David Crow17-Oct-11 4:31
David Crow17-Oct-11 4:31 
QuestionRe: Suggest a fast way to do? Pin
Randor 17-Oct-11 16:33
professional Randor 17-Oct-11 16:33 
GeneralRe: Suggest a fast way to do? Pin
Erudite_Eric17-Oct-11 20:54
Erudite_Eric17-Oct-11 20:54 
QuestionRe: Suggest a fast way to do? Pin
CPallini17-Oct-11 0:37
mveCPallini17-Oct-11 0:37 
AnswerRe: Suggest a fast way to do? Pin
john563217-Oct-11 1:39
john563217-Oct-11 1:39 
GeneralRe: Suggest a fast way to do? Pin
App_17-Oct-11 1:41
App_17-Oct-11 1:41 
GeneralRe: Suggest a fast way to do? Pin
Goto_Label_17-Oct-11 2:05
Goto_Label_17-Oct-11 2:05 
AnswerRe: Fast way = Use a CRC32 TABLE Pin
Software_Developer17-Oct-11 2:18
Software_Developer17-Oct-11 2:18 
GeneralRe: Fast way = Use a CRC32 TABLE Pin
john563217-Oct-11 3:43
john563217-Oct-11 3:43 
GeneralRe: Fast way = Use a CRC32 TABLE Pin
Software_Developer17-Oct-11 8:03
Software_Developer17-Oct-11 8:03 
AnswerRe: Suggest a fast way to do? PinPopular
Chuck O'Toole17-Oct-11 4:52
Chuck O'Toole17-Oct-11 4:52 
GeneralRe: Suggest a fast way to do? Pin
Chris Losinger17-Oct-11 5:11
professionalChris Losinger17-Oct-11 5:11 
QuestionRe: Suggest a fast way to do? Pin
john563217-Oct-11 19:30
john563217-Oct-11 19:30 
AnswerRe: Suggest a fast way to do? Pin
Richard MacCutchan17-Oct-11 23:13
mveRichard MacCutchan17-Oct-11 23:13 
GeneralRe: Suggest a fast way to do? Pin
Erudite_Eric18-Oct-11 1:09
Erudite_Eric18-Oct-11 1:09 
GeneralRe: Suggest a fast way to do? Pin
john563218-Oct-11 1:26
john563218-Oct-11 1:26 
GeneralRe: Suggest a fast way to do? Pin
Erudite_Eric18-Oct-11 20:12
Erudite_Eric18-Oct-11 20:12 
GeneralRe: Suggest a fast way to do? Pin
Richard MacCutchan18-Oct-11 2:41
mveRichard MacCutchan18-Oct-11 2:41 
QuestionCrashing problem in Report control Pin
Amrit Agr16-Oct-11 20:25
Amrit Agr16-Oct-11 20:25 
AnswerRe: Crashing problem in Report control Pin
_AnsHUMAN_ 16-Oct-11 20:51
_AnsHUMAN_ 16-Oct-11 20:51 
QuestionHow to send a click message to an listctrl ? Pin
_Flaviu15-Oct-11 7:30
_Flaviu15-Oct-11 7:30 
AnswerRe: How to send a click message to an listctrl ? Pin
MartyTPS15-Oct-11 16:25
MartyTPS15-Oct-11 16:25 
nmh.hwndFrom = m_hWnd;

is your problem. it should be the hwnd of of the window of the CONTROL you want to send the message to.

WM_NOTIFY uses the id or the hwnd. if you pass the hwnd, it uses it. So you are sending the WM_NOTIFY to the dialog, not the list child of the dialog.

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.