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
Surendrasinh Rathod
NA
137
33.5k
Hide TaskBar in my winform Application
Sep 25 2013 9:38 AM
Hello Friends,
I am creating a winform application in vs 2010.Now my question is that i when i run my application window's TaskBar should be hide.I tried following code.It open's in maximized view but with taskbar.Please give me any sample code or suggestion.Thanks in advance.Please see attached SnapShot.
this.WindowState = FormWindowState.Maximized;
this.FormBorderStyle = FormBorderStyle.None;
this.TopMost = true;
Reply
Answers (
4
)
how to store items from database using array
praying time