I want to use a win form. For some reason I'm not able to keep the resolution when I show a new dialog in my game class so I just want to use my win form as my main on launch but now I need to set the users resolution to 1024x768.
Setting the form itself is easy but, I need to set the user's resolution so that it matches the form.
How can I do that?