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:
00408002
Views:
14
Oops! I didn't mean to send that last one.

First move your 'end with' up and explain what you mean by they don't resize properly (not at all, not correctly and if so what do they do/what should they do)
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
Next
Reply
Map
View

Click here to load this message in the networking platform