Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How does a project work? Pin
David Crow18-Mar-04 6:43
David Crow18-Mar-04 6:43 
GeneralRe: How does a project work? Pin
toxcct18-Mar-04 8:56
toxcct18-Mar-04 8:56 
GeneralRe: How does a project work? Pin
David Crow18-Mar-04 9:07
David Crow18-Mar-04 9:07 
AnswerRe: How does a project work? Pin
Alexander M.,18-Mar-04 9:45
Alexander M.,18-Mar-04 9:45 
GeneralLocalizing a Windows Installer Package Pin
Yogurt18-Mar-04 5:45
Yogurt18-Mar-04 5:45 
GeneralHelp - can't get Sever/Client to talk over sockets Pin
glweid18-Mar-04 5:24
glweid18-Mar-04 5:24 
QuestionLVITEM Explanation? Pin
monrobot1318-Mar-04 4:48
monrobot1318-Mar-04 4:48 
AnswerRe: LVITEM Explanation? Pin
Prakash Nadar18-Mar-04 4:55
Prakash Nadar18-Mar-04 4:55 
It works in 3 ways
1. when you are inserting the item.
mask represents the valid field that you have filling up and that the listview control should take note of it or safe it in its internal buffer.

2. When you get LVITEM in response to some notification.
now the mask represents the valid data that this structure contains.

3. When you are trying to retrive some information like GetItem.
now the mask represents the fields that you are interested to retrive

If you are trying to insert an item and say you want to put some data in lparam then you should according set the bit in the mask to indicate that you are providing that field. If you dont set the bit then lparam is ignored.


MSN Messenger.
prakashnadar@msn.com
GeneralRe: LVITEM Explanation? Pin
monrobot1318-Mar-04 5:46
monrobot1318-Mar-04 5:46 
GeneralRe: LVITEM Explanation? Pin
RChin18-Mar-04 6:14
RChin18-Mar-04 6:14 
GeneralRe: LVITEM Explanation? Pin
Prakash Nadar18-Mar-04 14:19
Prakash Nadar18-Mar-04 14:19 
GeneralSwitch Statment Pin
Anthony988718-Mar-04 4:41
Anthony988718-Mar-04 4:41 
GeneralRe: Switch Statment Pin
J. Eric Vaughan18-Mar-04 4:56
J. Eric Vaughan18-Mar-04 4:56 
GeneralRe: Switch Statment Pin
Prakash Nadar18-Mar-04 5:01
Prakash Nadar18-Mar-04 5:01 
GeneralRe: Switch Statment Pin
Ravi Bhavnani18-Mar-04 6:27
professionalRavi Bhavnani18-Mar-04 6:27 
GeneralRe: Switch Statment Pin
Roger Wright18-Mar-04 7:20
professionalRoger Wright18-Mar-04 7:20 
GeneralRe: Switch Statment Pin
Joel Lucsy18-Mar-04 8:35
Joel Lucsy18-Mar-04 8:35 
GeneralRe: Switch Statment Pin
toxcct18-Mar-04 9:07
toxcct18-Mar-04 9:07 
GeneralRe: Switch Statment Pin
Joel Lucsy18-Mar-04 9:54
Joel Lucsy18-Mar-04 9:54 
GeneralInstall Shield Pin
mohdshiraz18-Mar-04 4:13
mohdshiraz18-Mar-04 4:13 
GeneralRe: Install Shield Pin
Heath Stewart18-Mar-04 4:46
protectorHeath Stewart18-Mar-04 4:46 
Generalctreectrl and its normal image list Pin
Anonymous18-Mar-04 4:07
Anonymous18-Mar-04 4:07 
GeneralRe: ctreectrl and its normal image list Pin
Yogurt18-Mar-04 6:06
Yogurt18-Mar-04 6:06 
GeneralDrive in explorer Pin
Peter Liddle18-Mar-04 3:56
Peter Liddle18-Mar-04 3:56 
GeneralRe: Drive in explorer Pin
Peter Liddle18-Mar-04 4:11
Peter Liddle18-Mar-04 4:11 

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.