Results 1 to 5 of 5

Thread: full screen

  1. #1

    Thread Starter
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238

    full screen

    How do make a form go full screen, without its own title bar or the windows taskbar?
    thanks,
    jmiller

  2. #2
    Addicted Member CodeRonin's Avatar
    Join Date
    Jul 2002
    Location
    Vienna, Austria
    Posts
    233

    Try

    Try ALT-ENTER
    Code Ronin

  3. #3
    New Member
    Join Date
    Jul 2002
    Posts
    3

    Full Screen

    Hi Jimller!
    Try Sendkeys method using combination of Alt and Enter keys

  4. #4
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    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)
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  5. #5

    Thread Starter
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238

    Screen Resolutions

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width