Click to See Complete Forum and Search --> : full screen
jmiller
Jul 16th, 2002, 06:56 PM
How do make a form go full screen, without its own title bar or the windows taskbar?
thanks,
jmiller
CodeRonin
Jul 17th, 2002, 04:24 AM
Try ALT-ENTER
amitVB2002
Jul 17th, 2002, 05:15 AM
Hi Jimller!
Try Sendkeys method using combination of Alt and Enter keys
PsychoMark
Jul 17th, 2002, 09:56 AM
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)
jmiller
Jul 17th, 2002, 10:58 AM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.