Results 1 to 5 of 5

Thread: Form Design

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Question Form Design

    Iam designing an app with a varied arrangemnt of controls.
    When I open up my under a differnet pixel setting(1024X768)
    the app looks awry with overlapping controls.

    I do have a solution for it.
    Like relatively positioning all the controls in the Form's
    Activate event
    eg:
    rtb1.Width = Screen.Width / 1.695
    rtb1.Height = Screen.Height / 1.26
    imgdes.Move 230 + rtb1.Width, 180, Screen.Width - rtb1.Width - 230, rtb1.Height

    My question is there a better way of doing this.?

  2. #2
    Megatron
    Guest
    There are different methods, of resizing you can look at, but for the most part, I think you are on the right track.

  3. #3
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    well i used to have a tutorial on how to make forms christmas tree shaped, what that means to you i dunno, but i really need that tutorial again!

  4. #4
    Megatron
    Guest
    Did you get it from this site? If so, it's probably the tutorial called Creating Odd Shaped Forms.

  5. #5
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    /me slaps his forehead, thanx

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