I m creating an full screen application! But dont know how make it fullscreen (i.e the buttons minimize, maximize, and close button should not appear on screen).
Andy90 0 Light Poster
Recommended Answers
Jump to PostYou will need to change above code to maximize to full screen as follows
this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized;
The code posted by Mitja Bonca will make it fullscreen but it will not hide taskbar, so if u want to hide taskbar too then use …
Jump to PostHey Mitja Bonca heres the source file. I hope u will understand it. If not keep ur ego out of ur mind then u might understand else ask me I will post another file with comments for u.
Andy90 I hope this will help you. Good Luck!
All 6 Replies
Mitja Bonca 557 Nearly a Posting Maven
Sahil89 0 Newbie Poster
Mitja Bonca 557 Nearly a Posting Maven
Sahil89 commented: lots of ego! cant take judgement! +0
Sahil89 0 Newbie Poster
Sahil89 0 Newbie Poster
Sahil89 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.