-
I'm developing on a win 2000 machine, and in my app I have some of my text boxes right justified as they contain currency. Works correctly on my machine, and works correctly when installed on a 98 machine, but when installed on a 95 machine any justifications I have set are lost.
Why? How can I stop this?
-
Ahhhhhh
Don't talk to me about this.:mad: I have had exactly the same problem, but i haven't had time to look into a solution yet as it is not my main priority. I to would love to know how to fix this.
-
Iain17 I just got round to looking at this problem again whilst someone is testing my stuff, and I've cracked it!! :D
All you have to do is set the text boxes multiline property to true and voila, whatever alignment you have set for the textbox is correctly used in 95.
I thought I'd let you know as I remembered someone else was interested, but couldn't remember who until I searched through my old posts.