Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic .NET
form placement
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
koosh34
#1
form placement
Apr 7 '08, 03:35 PM
I'm trying to get my program to run in the bottom right hand corner, how do
I do this?
Armin Zingler
#2
Apr 7 '08, 04:15 PM
Re: form placement
"koosh34" <koosh34@hotmai l.comschrieb
I'm trying to get my program to run in the bottom right hand corner,
how do I do this?
NotifyIcon Class (System.Windows.Forms)
http://msdn2.microsoft.com/en-us/library/system.windows.forms.notifyicon.aspx
Specifies a component that creates an icon in the notification area. This class cannot be inherited.
Armin
Comment
Post
Cancel
Armin Zingler
#3
Apr 7 '08, 04:25 PM
Re: form placement
"Armin Zingler" <az.nospam@free net.deschrieb
"koosh34" <koosh34@hotmai l.comschrieb
I'm trying to get my program to run in the bottom right hand
corner, how do I do this?
>
http://msdn2.microsoft.com/en-us/lib...otifyicon.aspx
Forgot the subject. Sorry.
If you want to place a Form, set it's location property. For example:
Me.Location = CType(Screen.Pr imaryScreen.Wor kingArea.Size - Me.Size,
Point)
Be aware that there can be multiple screens (see also
System.Windows. Forms.Screen.Al lScreens)
Armin
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment