How full-screen mode, like in web browsers, for application running under Windows OS is implemented? Is it more complex then maximizing a window and hiding window decoration?
How full-screen mode, like in web browsers, for application running under Windows OS is
Share
Form Style = NONE, maximized.
If you specify the language you could probably get some sample code.
EDIT: in response to what Greg posted, this will work in .Net for sure, not sure about other languages.