Link to home
Start Free TrialLog in
Avatar of syntel
syntel

asked on

TextBox Alignment Problem in OSR2

Hi,
This is a pretty simple problem but I don't know the solution.  My app written in VB6 has a couple of TextBoxes where the Alignment property is set to Centered.  This works fine in WIN98 but in WIN95 the text entered by the user is Aligned to the left. This looks pretty silly since it's a wide log in box and a small user name sits way over to the left in 95.

How can I get the text centered when running in 95?

Thanks!
Avatar of syntel
syntel

ASKER

Edited text of question.
Alignment works okay for me in Win95 OSR2.. when the textbox are multilined.
multilined <= property MultiLine = True
Avatar of syntel

ASKER

I'll try that and let you know.

I don't follow what your second comment means:

multilined <= property MultiLine = True


I assume you mean to set the Multiline Property to True.


ASKER CERTIFIED SOLUTION
Avatar of Vbmaster
Vbmaster

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial