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

C / C++ / MFC

 
GeneralAccessing VCLinkerTool from a macro Pin
Todd Jeffreys12-Sep-02 14:03
Todd Jeffreys12-Sep-02 14:03 
Generalgetting selected row index Pin
danag12-Sep-02 13:25
danag12-Sep-02 13:25 
GeneralRe: getting selected row index Pin
Arjan Schouten13-Sep-02 1:03
Arjan Schouten13-Sep-02 1:03 
QuestionWhat does this do for me? Pin
WREY12-Sep-02 12:13
WREY12-Sep-02 12:13 
AnswerRe: What does this do for me? Pin
Joaquín M López Muñoz12-Sep-02 12:18
Joaquín M López Muñoz12-Sep-02 12:18 
GeneralRe: What does this do for me? Pin
WREY12-Sep-02 13:03
WREY12-Sep-02 13:03 
GeneralRe: What does this do for me? Pin
PJ Arends12-Sep-02 16:49
professionalPJ Arends12-Sep-02 16:49 
GeneralRe: What does this do for me? Pin
WREY12-Sep-02 23:55
WREY12-Sep-02 23:55 
Thank you for responding.

My problem is not so much understanding how the various logical operators behave. That part is rather easy. The difficulty for me is with the associating of the various operators with the various styles.

For example, if I had just seen "cs.dwExStyle" and "WS_EX_CLIENTEDGE" separately by themselves, I would not have known that:

cs.dwExStyle &= ~WS_EX_CLIENTEDGE;

is the way they are to be used. The problem with that would be due to a lack of knowledge regarding the bit pattern of the various styles and knowing what logical operator you are to use with them, individually.

Usually if you don't want to use a certain Window or Control style, you simply don't use it. But if you decided to use it, you would simply 'OR' it with the other styles. Simple!!

It is when you get into these exotic usage that I get lost, because I don't know the mask of the style, to let me know what logical operator I am to use in order to turn it on, or off. That's my problem!

Cool | :cool:


William
AnswerRe: What does this do for me? Pin
Michael Dunn12-Sep-02 18:11
sitebuilderMichael Dunn12-Sep-02 18:11 
GeneralRe: What does this do for me? Pin
WREY12-Sep-02 19:20
WREY12-Sep-02 19:20 
GeneralRe: What does this do for me? Pin
Tomasz Sowinski13-Sep-02 0:22
Tomasz Sowinski13-Sep-02 0:22 
GeneralRe: What does this do for me? Pin
WREY13-Sep-02 0:48
WREY13-Sep-02 0:48 
GeneralPerevent to close window !!! Pin
Hadi Rezaee12-Sep-02 12:00
Hadi Rezaee12-Sep-02 12:00 
GeneralRe: Perevent to close window !!! Pin
Joaquín M López Muñoz12-Sep-02 12:03
Joaquín M López Muñoz12-Sep-02 12:03 
GeneralRe: Perevent to close window !!! Pin
Hadi Rezaee12-Sep-02 12:58
Hadi Rezaee12-Sep-02 12:58 
GeneralChanging system volume !!! Pin
Hadi Rezaee12-Sep-02 11:46
Hadi Rezaee12-Sep-02 11:46 
GeneralRe: Changing system volume !!! Pin
Joaquín M López Muñoz12-Sep-02 12:22
Joaquín M López Muñoz12-Sep-02 12:22 
GeneralRe: Changing system volume !!! Pin
Hadi Rezaee12-Sep-02 12:27
Hadi Rezaee12-Sep-02 12:27 
GeneralRe: Changing system volume !!! Pin
Joaquín M López Muñoz12-Sep-02 12:37
Joaquín M López Muñoz12-Sep-02 12:37 
GeneralRe: Changing system volume !!! Pin
Tomasz Sowinski12-Sep-02 12:43
Tomasz Sowinski12-Sep-02 12:43 
GeneralRe: Changing system volume !!! Pin
Joaquín M López Muñoz12-Sep-02 12:44
Joaquín M López Muñoz12-Sep-02 12:44 
GeneralRe: Changing system volume !!! Pin
Joaquín M López Muñoz12-Sep-02 12:47
Joaquín M López Muñoz12-Sep-02 12:47 
GeneralRe: Changing system volume !!! Pin
Hadi Rezaee12-Sep-02 13:04
Hadi Rezaee12-Sep-02 13:04 
GeneralCDateTimeCtrl Pin
Djibril12-Sep-02 10:10
professionalDjibril12-Sep-02 10:10 
GeneralRe: CDateTimeCtrl Pin
Joaquín M López Muñoz12-Sep-02 11:50
Joaquín M López Muñoz12-Sep-02 11:50 

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.