Results 1 to 2 of 2

Thread: Setting Form.Size.Width?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2001
    Location
    Devon, UK
    Posts
    181
    Size.width etc is for reporting on those variables not setting them. You have to just use me.width = "" etc.
    Wind and waves resolves all problems.

  2. #2
    Junior Member
    Join Date
    May 2002
    Location
    London,UK
    Posts
    16
    when you call the child form, try this:

    Dim ChildFormHandle As New ChildForm()
    ChildFormHandle.Width = 300
    ChildFormHandle.Height = 300
    ChildFormHandle.Text = "Modified!"
    ChildFormHandle.Show()

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