Results 1 to 3 of 3

Thread: form resize event

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    form resize event

    where might i find this, thanks!

  2. #2
    Lively Member
    Join Date
    Aug 2001
    Posts
    103
    what do u mean?

  3. #3
    Thelonius
    Guest
    Select the Base Class Events object from the object dropdown. The events dropdown will have the Resize event or you can type

    Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize

    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