|
-
Oct 15th, 2000, 08:17 PM
#1
Thread Starter
Member
I can I make my program's window size adjust to fit my users screen? When a user has their screen area size set too small, my app doesn't fit on their screen.
-
Oct 15th, 2000, 08:21 PM
#2
If the problem is that you have a lot of controls on your form and they can't fit in a small window, then you may want to use the Tab ActiveX control to arrange your controls in groups.
That will save a lot of space on your form.
I hope I understood your question correctly.
-
Oct 15th, 2000, 09:36 PM
#3
Hyperactive Member
You could use API function to find out what size the user's screen is set to. You'd have to be pretty clever and dynamically set the sizes of things. A place where you can find out about the the appropriate API function is http://www.vbapi.com/ref/g/getsystemmetrics.html
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
|