PITBULLCJR
Dec 29th, 1999, 08:06 AM
i see sometimes when people tell what the code is they change it somehow so instead of looking like this
Private Sub Form_Resize()
Dim wid As Single
List1.Height = ScaleHeight
wid = ScaleWidth - List1.Width
If wid < 120 Then wid = 120
Text1.Move List1.Width, 0, wid, ScaleHeight
End Sub
it says code then a line going across and then the code and the code is smaller and then there is like a line at the end of the code also. How do you do this?
------------------
Sincerely,
Chris
:-) ;-)
Email pitbullcr7@aol.com
Private Sub Form_Resize()
Dim wid As Single
List1.Height = ScaleHeight
wid = ScaleWidth - List1.Width
If wid < 120 Then wid = 120
Text1.Move List1.Width, 0, wid, ScaleHeight
End Sub
it says code then a line going across and then the code and the code is smaller and then there is like a line at the end of the code also. How do you do this?
------------------
Sincerely,
Chris
:-) ;-)
Email pitbullcr7@aol.com