|
-
Jul 1st, 2001, 12:25 PM
#1
Thread Starter
Hyperactive Member
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.?
-
Jul 1st, 2001, 12:52 PM
#2
There are different methods, of resizing you can look at, but for the most part, I think you are on the right track.
-
Jul 1st, 2001, 01:02 PM
#3
Hyperactive Member
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!
-
Jul 1st, 2001, 01:12 PM
#4
Did you get it from this site? If so, it's probably the tutorial called Creating Odd Shaped Forms.
-
Jul 1st, 2001, 02:06 PM
#5
Hyperactive Member
/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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|