Click here to Skip to main content
16,016,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to realize the effect? Pin
Christian Graus7-Aug-02 19:16
protectorChristian Graus7-Aug-02 19:16 
GeneralRe: How to realize the effect? Pin
Chris Losinger7-Aug-02 19:32
professionalChris Losinger7-Aug-02 19:32 
QuestionChange cursor like http://www.cometzone.com/ ? Pin
philip andrew7-Aug-02 14:52
philip andrew7-Aug-02 14:52 
AnswerRe: Change cursor like http://www.cometzone.com/ ? Pin
Ravi Bhavnani7-Aug-02 15:01
professionalRavi Bhavnani7-Aug-02 15:01 
GeneralChange window styles Pin
alex.barylski7-Aug-02 14:51
alex.barylski7-Aug-02 14:51 
GeneralRe: Change window styles Pin
Tomasz Sowinski8-Aug-02 0:02
Tomasz Sowinski8-Aug-02 0:02 
GeneralRe: Change window styles Pin
alex.barylski9-Aug-02 8:08
alex.barylski9-Aug-02 8:08 
GeneralForcing bits Pin
alex.barylski7-Aug-02 14:47
alex.barylski7-Aug-02 14:47 
What bitwise operator/combination would I use to force a bit...???

Would the following yield the result im looking for..?

1 & 0 = 1
1 & 1 = 1


Basically I wanna ensure the WS_VISIBLE bit is always set.

dwStyle & WS_VISIBLE would accomplish this yes...???

Thanx

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralRe: Forcing bits Pin
Ravi Bhavnani7-Aug-02 14:58
professionalRavi Bhavnani7-Aug-02 14:58 
GeneralRe: Forcing bits Pin
alex.barylski7-Aug-02 15:23
alex.barylski7-Aug-02 15:23 
GeneralRe: Forcing bits Pin
MSH_ILC7-Aug-02 15:14
MSH_ILC7-Aug-02 15:14 
GeneralRe: Forcing bits Pin
alex.barylski7-Aug-02 15:24
alex.barylski7-Aug-02 15:24 
GeneralRe: Forcing bits Pin
PJ Arends7-Aug-02 15:31
professionalPJ Arends7-Aug-02 15:31 
GeneralMultithreading :: MFC Pin
valikac7-Aug-02 14:33
valikac7-Aug-02 14:33 
GeneralMSComm32 Pin
Frank Deo7-Aug-02 13:35
Frank Deo7-Aug-02 13:35 
GeneralTrouble w/ Multithreaded Windows Service Please Help Pin
Aisha7-Aug-02 13:29
Aisha7-Aug-02 13:29 
GeneralRe: Trouble w/ Multithreaded Windows Service Please Help Pin
Todd Smith8-Aug-02 18:39
Todd Smith8-Aug-02 18:39 
Generalabout Outlook Pin
rev7-Aug-02 13:24
rev7-Aug-02 13:24 
Generaldialog Pin
danag7-Aug-02 13:13
danag7-Aug-02 13:13 
GeneralRe: dialog Pin
Chris Losinger7-Aug-02 13:15
professionalChris Losinger7-Aug-02 13:15 
GeneralRe: dialog Pin
danag7-Aug-02 14:04
danag7-Aug-02 14:04 
GeneralRe: dialog Pin
Chris Losinger7-Aug-02 15:06
professionalChris Losinger7-Aug-02 15:06 
GeneralRe: dialog Pin
Christian Graus7-Aug-02 13:24
protectorChristian Graus7-Aug-02 13:24 
GeneralRe: dialog Pin
danag7-Aug-02 13:26
danag7-Aug-02 13:26 
GeneralRe: dialog Pin
Christian Graus7-Aug-02 13:44
protectorChristian Graus7-Aug-02 13:44 

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.