Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resize problem ...
Message
 
 
To
22/08/2000 16:51:42
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00407996
Message ID:
00407999
Views:
19
With Me.fraImplementation
   .Left = Me.fraComponents.Left
   .Top = Me.fraComponents.Top
   .Width = Me.Width - (.Left * 2)
   .Height = Me.Height - .Top
End With
nCurLeft = Me.txtImplementation.Left
nCurTop = Me.txtImplementation.Top
Me.txtImplementation.Height = Me.fraImplementation.Height - (nCurTop * 2)
Me.txtImplementation.Width = Me.fraImplementation.Width - (nCurLeft * 2)
btw. use pre tags <pre< and </pre< around your text
text here
        retains its spacing
                   see
Previous
Reply
Map
View

Click here to load this message in the networking platform