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

C / C++ / MFC

 
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 
GeneralRe: LVITEM Explanation? Pin
monrobot1318-Mar-04 5:46
monrobot1318-Mar-04 5:46 
Thanks for the reply. Unfortunatley it doesn't really answer my question. I'm not really concered with LVITEM, but simply used it as an example. I'm interested in how the bitmaks actually works. I want to use a bitmask in my program to do something similar, but I don't really know how setting a bit in the mask makes an item in the structure valid. Is it simply a check (like an if statement or something) that Windows does? So for example if I set the LVIF_TEXT flag does Windows have a check something like
if (mask & LVIF_TEXT)
    // then signal the pszText item is valid
Thanks again.

- Aaron
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 
GeneralRe: Drive in explorer Pin
Michael Dunn18-Mar-04 5:03
sitebuilderMichael Dunn18-Mar-04 5:03 

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.