Results 1 to 2 of 2

Thread: Resize

  1. #1
    Guest

    Wink resize

    i need an api to resize a textbox when user clix on maximize button, thx.




    [Edited by qages on 01-16-2001 at 12:07 AM]

  2. #2
    Guest
    Why use API?

    Code:
    Private Sub Form_Resize
      Text1.Top = Me.ScaleTop + someoffset
      Text1.Left= Me.ScaleLeft + someotheroffset
      Text1.Width = (Me.ScaleWidth/100) * somepercentage
      Text1.Height= (Me.ScaleHeight/100) * someotherpercentage
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width