Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with null (uninitialized) objects Pin
Berkut25-Apr-03 7:41
Berkut25-Apr-03 7:41 
GeneralRe: problem with null (uninitialized) objects Pin
David Crow25-Apr-03 7:51
David Crow25-Apr-03 7:51 
Generalfor DavidCrow Pin
Toni7825-Apr-03 8:20
Toni7825-Apr-03 8:20 
GeneralRe: for DavidCrow Pin
David Crow25-Apr-03 8:33
David Crow25-Apr-03 8:33 
GeneralThank you DavidCrow Pin
Toni7825-Apr-03 9:04
Toni7825-Apr-03 9:04 
GeneralRe: problem with null (uninitialized) objects Pin
Michael Dunn25-Apr-03 10:55
sitebuilderMichael Dunn25-Apr-03 10:55 
GeneralFilter and Delete Question Pin
Toni7825-Apr-03 7:07
Toni7825-Apr-03 7:07 
GeneralModifyStyleEx Pin
ZarrinPour25-Apr-03 6:46
ZarrinPour25-Apr-03 6:46 
Hi:

I'm working on a Custom editbox acivex control,my activex have a property called "R2L Readling"(a Check box).when the user set this property the style of editbox will change to "Right to Left Reading order" at Run-Time,i have used the following code to do this:

////////////////////////////////////////////////////////////
ModifyStyleEx(0,WS_EX_RTLREADING|WS_EX_RIGHT|WS_EX_LEFTSCROLLBAR);
InvalidateControl();
////////////////////////////////////////////////////////////

all things work properly but "WS_EX_LEFTSCROLLBAR" doesn't work !!!
in the other hand the left-scrollbar doesn't appear.please help me.

excuse me for bad comments.english isn't my native language.
Best Regards.
GeneralRe: ModifyStyleEx Pin
Joel Lucsy25-Apr-03 9:50
Joel Lucsy25-Apr-03 9:50 
GeneralSystem Tray Pin
dudic25-Apr-03 6:28
dudic25-Apr-03 6:28 
GeneralRe: System Tray Pin
valikac25-Apr-03 7:18
valikac25-Apr-03 7:18 
GeneralRe: System Tray Pin
dudic25-Apr-03 7:27
dudic25-Apr-03 7:27 
GeneralRe: System Tray Pin
dudic25-Apr-03 7:37
dudic25-Apr-03 7:37 
GeneralRe: System Tray Pin
David Crow25-Apr-03 7:38
David Crow25-Apr-03 7:38 
GeneralRe: System Tray Pin
David Crow25-Apr-03 7:37
David Crow25-Apr-03 7:37 
GeneralTask Bar problem Pin
dudic25-Apr-03 6:06
dudic25-Apr-03 6:06 
GeneralRe: Task Bar problem Pin
Anna-Jayne Metcalfe25-Apr-03 10:57
Anna-Jayne Metcalfe25-Apr-03 10:57 
GeneralRe: Task Bar problem Pin
Phil Hamer25-Apr-03 13:54
Phil Hamer25-Apr-03 13:54 
Generalmanaged c++ app and STL Pin
ns25-Apr-03 5:46
ns25-Apr-03 5:46 
GeneralRe: managed c++ app and STL Pin
Nemanja Trifunovic25-Apr-03 6:04
Nemanja Trifunovic25-Apr-03 6:04 
Generalgreat! Thanks! Pin
ns25-Apr-03 6:45
ns25-Apr-03 6:45 
GeneralLooking for a tooltip kind'of control... Pin
Maximilien25-Apr-03 5:41
Maximilien25-Apr-03 5:41 
GeneralRe: Looking for a tooltip kind'of control... Pin
Chris Richardson25-Apr-03 14:06
Chris Richardson25-Apr-03 14:06 
GeneralRe: Looking for a tooltip kind'of control... Pin
Maximilien25-Apr-03 14:50
Maximilien25-Apr-03 14:50 
QuestionMax length of username and domain name? Pin
Ravi Bhavnani25-Apr-03 5:25
professionalRavi Bhavnani25-Apr-03 5:25 

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.