Right justified text boxes don't display on Win 3.1 
Author Message
 Right justified text boxes don't display on Win 3.1

I'm developing a 16 bit app, using Win95 and VB4.0 as my development
platform.  The app runs perfectly on my Win95 system, but when I bring
it to the target Win 3.1 system, I have a problem.  All of the right
justified textbox controls do not display anything.  

Any ideas as to why are greatly appreciated!

-jp



Fri, 11 Jun 1999 03:00:00 GMT  
 Right justified text boxes don't display on Win 3.1

Hi jp:

The app runs perfectly on my Win95 system, but when I bring
it to the target Win 3.1 system, I have a problem.  All of the right
justified textbox controls do not display anything.  
<<

Could be the video driver -- try increasing the textbox height a couple of
pixels.

Hope this helps,

Doug.



Fri, 11 Jun 1999 03:00:00 GMT  
 Right justified text boxes don't display on Win 3.1


Fri, 19 Jun 1992 00:00:00 GMT  
 Right justified text boxes don't display on Win 3.1



Quote:
> Hi jp:

> The app runs perfectly on my Win95 system, but when I bring
> it to the target Win 3.1 system, I have a problem.  All of the right
> justified textbox controls do not display anything.  
> <<

> Could be the video driver -- try increasing the textbox height a couple
of
> pixels.

> Hope this helps,

> Doug.

WOW. None of my right  justified textbox controls work.  They all
show left  justified. 16 or 32 / 95 or 3.11

I have tried this on serveral different computers 486 - pent - 5x86 etc.
All had different types of video.

I just assumed that it was bug with VB40.

Is there a patch for this?

        Scott.



Thu, 24 Jun 1999 03:00:00 GMT  
 Right justified text boxes don't display on Win 3.1

Hi Scott:

None of my right  justified textbox controls work.  They all
show left  justified. 16 or 32 / 95 or 3.11
<<

Do you have Multiline = True set on the textboxes?
Single line textboxes do not support justification.

Doug.
P.S.  You have to cancel the enter/ctrl+enter keystrokes in the
keypress event.



Thu, 24 Jun 1999 03:00:00 GMT  
 Right justified text boxes don't display on Win 3.1

Set the MultiLine property to true. (If you don't have it already.)



Quote:


> > Hi jp:

> > The app runs perfectly on my Win95 system, but when I bring
> > it to the target Win 3.1 system, I have a problem.  All of the right
> > justified textbox controls do not display anything.  
> > <<

> > Could be the video driver -- try increasing the textbox height a couple
> of
> > pixels.

> > Hope this helps,

> > Doug.

> WOW. None of my right  justified textbox controls work.  They all
> show left  justified. 16 or 32 / 95 or 3.11

> I have tried this on serveral different computers 486 - pent - 5x86 etc.
> All had different types of video.

> I just assumed that it was bug with VB40.

> Is there a patch for this?

>    Scott.



Mon, 28 Jun 1999 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Right aligned text boxes don't right align

2. Right Justify of text in a text box,

3. popupMenu won't display in rich text box

4. Right-justified text-boxes under Windows 95B

5. Help! Right justify in a Text Box

6. VB3:Right justify Text Box

7. How to justify both Right and Left in a Text Box

8. Right-Justify in Text Box?

9. Right Justified Text Box

10. How do force text boxes to right-justify???

11. Problem on Right Justifying the Text Box in VB4

12. How to right justify text in a MasK Ed Box using API

 

 
Powered by phpBB® Forum Software