otherside Posted April 1, 2003 Posted April 1, 2003 Hey guys, does anyone know an easy way to display an application fullscreen ? Without direct 3D etc. Just to display the a form in full screen, and of course interact with keyboard and mouse. Quote
*Gurus* divil Posted April 1, 2003 *Gurus* Posted April 1, 2003 If you set your FormBorderStyle to None and your WindowState to Maximized your form should take up the whole screen. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
otherside Posted April 1, 2003 Author Posted April 1, 2003 That works, thanks divil for one more time :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.