How do make a form go full screen, without its own title bar or the windows taskbar?
thanks,
jmiller
Printable View
How do make a form go full screen, without its own title bar or the windows taskbar?
thanks,
jmiller
Try ALT-ENTER
Hi Jimller!
Try Sendkeys method using combination of Alt and Enter keys
Setting BorderStyle to None and WindowState to Maximized is the correct answer, Ctrl-Enter doesn't do a damn thing unless you have your application respond to it... (which is the case with DOS prompts, but normal Windows don't have this behaviour)
Thanks for the help, but I'm wondering now if there's a way to change a user's screen resolution to minimize empty space on the form. I know alot of games do this, and I was just wondering if VB had a way to do it also.
thanks,
jmiller