TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Michael
NA
20
0
System Tray
Jan 24 2008 2:14 PM
I have a program I would like to minimize to the system tray. I have it were it shows and icon there when my program runs but when I minimize the program it doesnt disapire from the task bar. This is the code I use to try to make it disapire but doesnt seem to be working. Oh and its in the form resize function.
if (FormWindowState.Minimized == WindowState)
{
this.Visible = false;
this.ShowInTaskbar = false;
}
Reply
Answers (
0
)
How to Generate file with Owner or Change Owner using .NET 1.1
AutoResetEvent