Automatically resizing text boxes. 
Author Message
 Automatically resizing text boxes.

Hi

As a complete beginner please forgive me for such a simple question.

I believe that there is some simple code which will automatically
resize a text window, contained on a form, whenever the form is
resized.

Any help would be appreciated

Mike




Wed, 16 Aug 2000 03:00:00 GMT  
 Automatically resizing text boxes.

Take a look in the on-line help at the Form_Resize event
and then look up the For Each loop.  Use the For Each
loop in the Resize event to resize each control.



Quote:
> Hi

> As a complete beginner please forgive me for such a simple question.

> I believe that there is some simple code which will automatically
> resize a text window, contained on a form, whenever the form is
> resized.

> Any help would be appreciated

> Mike





Wed, 16 Aug 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. automatically refreshing text box from text file

2. Highlight text automatically in text boxes

3. ComboBox automatically selects text when resized - HELP!

4. ComboBox automatically selects text when resized - HELP!

5. Resizing a Rich Text Box and a List Box

6. Can Grow text box in a box not resizing

7. Resizing a text box to fit the text.

8. VB-DOS - How do I turn off insert automatically in text box

9. Automatically Scrolling Text Boxes

10. Scrolling window automatically when tabbing to each text box (VB5)

11. In VB-DOS how can I turn off insert automatically while in a text box

12. Automatically filling in a text box

 

 
Powered by phpBB® Forum Software