I just want to ask:
How do you get an application, using Microsoft Visual Basic 2010 express, to run in full screen mode. You know what I mean, like a game would but an application.
Is it possible? If not, tell me how and what I need to do it.
Thanks.
In your Form_load add the following two lines:
Obviously, you can place the code elsewhere than in form_load – and depending on your list of includes you may need more or less prepending.