Windows programming

Moderators: None (Apply to moderate this forum)
Number of threads: 3670
Number of posts: 9122

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
MSVC 6 Std: CListCtrl: Report View: lParam Posted by DS on 30 Apr 2000 at 11:49 PM
How do I retrieve the lParam of iItem 1, iSubitem 3 in a CListCtrl in report view?<br>
<br>



URL:http://dabsoft.hypermart.net

Edit Report
Re: MSVC 6 Std: CListCtrl: Report View: lParam Posted by KMS on 1 May 2000 at 4:54 AM
LVITEM item;<br>
memset(&item, 0, sizeof(LVITEM));<br>
item.mask = LVIF_PARAM;<br>
item.iItem = 1;<br>
item.iSubItem = 3;<br>
listctrl.GetItem(&item);<br>
"item.lParam"<br>
<br>
: How do I retrieve the lParam of iItem 1, iSubitem 3 in a CListCtrl in report view?<br>
: <br>
: <br>
: <br>
<br>






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.