Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MSDE? Pin
Anders Molin20-May-01 8:54
professionalAnders Molin20-May-01 8:54 
GeneralRe: Humm. Pin
Masaaki Onishi20-May-01 11:56
Masaaki Onishi20-May-01 11:56 
GeneralRe: Humm. Pin
Anders Molin20-May-01 12:07
professionalAnders Molin20-May-01 12:07 
GeneralRe: Humm. Pin
l a u r e n20-May-01 21:26
l a u r e n20-May-01 21:26 
GeneralRe: Humm. Pin
Anders Molin20-May-01 21:35
professionalAnders Molin20-May-01 21:35 
GeneralGetting URL from File Download Launched by CHtmlView Pin
User 1278219-May-01 17:17
User 1278219-May-01 17:17 
QuestionWhat are these messages pointing too?? Pin
19-May-01 15:08
suss19-May-01 15:08 
AnswerRe: What are these messages pointing too?? Pin
Michael Dunn19-May-01 15:49
sitebuilderMichael Dunn19-May-01 15:49 
How in the hell am I supposed to know what type of data pNMHDR is pointing to?

You just read the docs on the message in question. Enter "NM_CLICK" into the MSDN Index page, and you'll see a few entries. Select "NM_CLICK (list view)".

As for how the parameters get passed to the OnClickList() function, MFC handles the raw WM_NOTIFY message, unpacks the parameters (from wParam and lParam), looks up your handler in the class's message map, and calls the handler.

--Mike--
http://home.inreach.com/mdunn/
Tables, ladders, chairs, OH MY!
GeneralExitWindowsEx Pin
19-May-01 12:02
suss19-May-01 12:02 
GeneralWinsock Woes Pin
Stephen Caldwell19-May-01 8:44
Stephen Caldwell19-May-01 8:44 
Generalstatic CArray Pin
derhackler19-May-01 3:41
derhackler19-May-01 3:41 
GeneralRe: static CArray Pin
Igor Sukhov19-May-01 7:52
Igor Sukhov19-May-01 7:52 
GeneralRe: static CArray Pin
derhackler19-May-01 7:58
derhackler19-May-01 7:58 
GeneralRe: static CArray Pin
Igor Sukhov19-May-01 8:09
Igor Sukhov19-May-01 8:09 
GeneralRe: static CArray Pin
Igor Sukhov19-May-01 8:11
Igor Sukhov19-May-01 8:11 
GeneralRe: static CArray Pin
Igor Sukhov19-May-01 8:11
Igor Sukhov19-May-01 8:11 
GeneralRe: static CArray Pin
Igor Sukhov19-May-01 8:13
Igor Sukhov19-May-01 8:13 
GeneralRe: static CArray Pin
derhackler19-May-01 8:16
derhackler19-May-01 8:16 
GeneralRe: static CArray Pin
derhackler19-May-01 8:15
derhackler19-May-01 8:15 
GeneralRe: static CArray Pin
Igor Sukhov19-May-01 8:20
Igor Sukhov19-May-01 8:20 
GeneralRe: static CArray Pin
derhackler19-May-01 8:25
derhackler19-May-01 8:25 
GeneralTreeView and ListCtrl Pin
BLaZe19-May-01 3:18
BLaZe19-May-01 3:18 
GeneralRe: TreeView and ListCtrl Pin
Steve Driessens19-May-01 3:48
Steve Driessens19-May-01 3:48 
GeneralRe: TreeView and ListCtrl Pin
BLaZe19-May-01 4:16
BLaZe19-May-01 4:16 
GeneralRe: TreeView and ListCtrl Pin
l a u r e n19-May-01 3:53
l a u r e n19-May-01 3:53 

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.