Dynamic heigth text

ingrid

Registered User.
Local time
Today, 18:43
Joined
Apr 10, 2003
Messages
42
I have a form (defaultview=1). I want to set the height of a textbox dynamicly deping on the length of the string that has to be shown.

Can anyone tell me how to do that?
Thanks, in advance.
 
I did, and I found some information but not. I did this:

Private Sub Form_Load()
Tekst0.CanGrow = True
End Sub

That gives me error 2448
 

Users who are viewing this thread

Back
Top Bottom