Take taskbar/quicklauch bars into account???
- From: "Noozer" <dont.spam@xxxxxxx>
- Date: Sat, 21 Jan 2006 07:24:06 GMT
I want my form to be opened in the top, right corner of my desktop. Normally
I could just use the following code to do this:
'Position and show settings form
Me.Top = 0
Me.Left = Screen.Width - Me.Width
Me.Show
....BUT, this doesn't take into account users who have there Taskbar located
at the top or right edge of the screen.
How can I determine where the top, right corner of the visible desktop
really is so my app doesn't open up underneath the taskbar, etc.
Thanks!
.
- Follow-Ups:
- Re: Take taskbar/quicklauch bars into account???
- From: Rick Rothstein [MVP - Visual Basic]
- Re: Take taskbar/quicklauch bars into account???
- Prev by Date: Re: Shell Functions and DOS executables
- Next by Date: Re: How to delete an Oracle Blob field with VB6....?
- Previous by thread: Windows Service for Remote task management in VB6
- Next by thread: Re: Take taskbar/quicklauch bars into account???
- Index(es):
Relevant Pages
|