Click here to Skip to main content
15,798,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionA (simple) Shell Question Pin
Dave Kerr12-Jul-06 5:49
Dave Kerr12-Jul-06 5:49 
QuestionLabeling Slider Bar stops Pin
LCI12-Jul-06 5:36
LCI12-Jul-06 5:36 
AnswerRe: Labeling Slider Bar stops Pin
pgrohs12-Jul-06 5:51
pgrohs12-Jul-06 5:51 
GeneralRe: Labeling Slider Bar stops Pin
LCI12-Jul-06 6:51
LCI12-Jul-06 6:51 
GeneralRe: Labeling Slider Bar stops Pin
pgrohs12-Jul-06 7:05
pgrohs12-Jul-06 7:05 
QuestionRightToLeft property Pin
Elbaz Haviv12-Jul-06 4:17
Elbaz Haviv12-Jul-06 4:17 
AnswerRe: RightToLeft property [modified] Pin
includeh1012-Jul-06 4:33
includeh1012-Jul-06 4:33 
AnswerRe: RightToLeft property Pin
David Crow12-Jul-06 5:36
David Crow12-Jul-06 5:36 
Not all styles can be changed at run-time. You can try ModifyStyle() to see if it works in this situation. You may find it easier to have two edit controls on the dialog template, one with the WS_EX_LTRREADING style and the other with the WS_EX_RTLREADING style. Then just show/hide the controls accordingly.


"The largest fire starts but with the smallest spark." - David Crow

"Judge not by the eye but by the heart." - Native American Proverb


QuestionLocalization in Input String and Log files. Pin
karthik Tamizhmathi12-Jul-06 4:11
karthik Tamizhmathi12-Jul-06 4:11 
QuestionHow to write KeyboardProc() Pin
Max++12-Jul-06 4:09
Max++12-Jul-06 4:09 
AnswerRe: How to write KeyboardProc() Pin
includeh1012-Jul-06 4:22
includeh1012-Jul-06 4:22 
QuestionItems appear twice in 'Find' results Pin
LittleYellowBird12-Jul-06 4:00
LittleYellowBird12-Jul-06 4:00 
Questioncan ChooseFont use ChooseColor? Pin
includeh1012-Jul-06 3:42
includeh1012-Jul-06 3:42 
AnswerRe: can ChooseFont use ChooseColor? Pin
_AnsHUMAN_ 12-Jul-06 6:03
_AnsHUMAN_ 12-Jul-06 6:03 
GeneralRe: can ChooseFont use ChooseColor? Pin
includeh1012-Jul-06 6:45
includeh1012-Jul-06 6:45 
QuestionComunicating Gina with user mode App or service Pin
Kharfax12-Jul-06 3:25
Kharfax12-Jul-06 3:25 
AnswerRe: Comunicating Gina with user mode App or service Pin
Steve S12-Jul-06 4:07
Steve S12-Jul-06 4:07 
GeneralRe: Comunicating Gina with user mode App or service Pin
Kharfax12-Jul-06 4:16
Kharfax12-Jul-06 4:16 
GeneralRe: Comunicating Gina with user mode App or service Pin
Kharfax12-Jul-06 4:29
Kharfax12-Jul-06 4:29 
GeneralRe: Comunicating Gina with user mode App or service Pin
Kharfax12-Jul-06 10:58
Kharfax12-Jul-06 10:58 
QuestionMember Function [modified] Pin
ashish dogra12-Jul-06 3:21
ashish dogra12-Jul-06 3:21 
AnswerRe: Member Function Pin
Abhi Lahare12-Jul-06 3:28
Abhi Lahare12-Jul-06 3:28 
GeneralRe: Member Function Pin
ashish dogra12-Jul-06 3:37
ashish dogra12-Jul-06 3:37 
GeneralRe: Member Function Pin
Kharfax12-Jul-06 3:48
Kharfax12-Jul-06 3:48 
GeneralRe: Member Function Pin
ashish dogra12-Jul-06 3:52
ashish dogra12-Jul-06 3:52 

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.