|
-
November 11th, 2004, 10:32 AM
#11
Re: Storing a HANDLE in a CListCtrl
 Originally Posted by tawright915
Three columns....right? I have three different headers. One that says IP address, one that says Port and a third that says ID.
Ok, so that are columns. Yes, columns are vertical, rows horizontal... 
 Originally Posted by tawright915
So with the ID I can add the handle to the LPARAM value.
Note that in a list control, the item data is always associated with the entire row, not with the sub items (the additional columns). So you would actually not assign the handle to "the ID", but to the entire item (the row).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|