Results 1 to 3 of 3

Thread: Fullscreen form in VB.NET

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241

    Fullscreen form in VB.NET

    Hi all!

    I am new to VB .NET and I'm trying to display a form in fullscreen mode. I have looked everywhere and all that I found is how to maximize a form. That is NOT what I want.

    I would like my form to be fullscreen just like in a game where you have nothing else on the screen (no windows taskbar and no form caption bar)

    Is this possible ?

  2. #2
    Lively Member
    Join Date
    Jan 2002
    Posts
    105
    What if you made the form borderless and set the size to the screenwidth via .PrimaryScreen method, is that what your looking for?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241

    Talking Thanks dude!

    You got it!!! that is exactly what I wanted! Thanks !

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