|
-
May 3rd, 2001, 08:16 AM
#1
Thread Starter
Addicted Member
position form to the top right of the screen??
how can I position a form to the top right of the screen, independent of the screen resolution??
And keep in count the form width ?
Thanks.
-
May 3rd, 2001, 08:19 AM
#2
Me.Top = 0
Me.Left = Screen.Width - Me.Width
-
May 3rd, 2001, 03:27 PM
#3
Here's another version of the code above, just sharin' .
Code:
Me.Move Screen.Width - Me.Width, 0
-
May 4th, 2001, 01:33 AM
#4
Thread Starter
Addicted Member
thanks a lot for the answers. I had already tried this by my own, but it wasn't working because right before I had changed my screen resolution. If you then try to use this code, it is not working.
I had to restart my pc before it was working.
bye
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
|