If I do this:
Control Add TextBox,hDlg, %IDTEXT1,"",5,10,100,10, %ES_RIGHT Or %WS_TABSTOP Or %ES_UPPERCASE,%WS_EX_CLIENTEDGE
On NT Sp3, the cursor starts from the left, the text goes on the right, and it's very strange...
If I do it on NT 4.0 SP6 I don't see this behavior, is this an MS bug?
It doesn't happen on 98 either.....
Now, this is subclassed, from my posts about that subclassing you can try iteither way I guess.., I'd be curious to see the results tho..
Scott
-------------
Scott Turchin
Control Add TextBox,hDlg, %IDTEXT1,"",5,10,100,10, %ES_RIGHT Or %WS_TABSTOP Or %ES_UPPERCASE,%WS_EX_CLIENTEDGE
On NT Sp3, the cursor starts from the left, the text goes on the right, and it's very strange...
If I do it on NT 4.0 SP6 I don't see this behavior, is this an MS bug?
It doesn't happen on 98 either.....
Now, this is subclassed, from my posts about that subclassing you can try iteither way I guess.., I'd be curious to see the results tho..
Scott
-------------
Scott Turchin
Comment