Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Full Screen and visible start menu [modified]

Full Screen and visible start menu [modified]

Scheduled Pinned Locked Moved Windows Forms
csharpwpf
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Spaz80
    wrote on last edited by
    #1

    Hello Im after code that opens an application in "full screen", I want to keep the start menu visible. (Using WPF Window) this.WindowState = WindowState.Maximized; Covers the whole screen.... Cheers Spaz

    modified on Monday, January 28, 2008 6:42:16 AM

    S 1 Reply Last reply
    0
    • S Spaz80

      Hello Im after code that opens an application in "full screen", I want to keep the start menu visible. (Using WPF Window) this.WindowState = WindowState.Maximized; Covers the whole screen.... Cheers Spaz

      modified on Monday, January 28, 2008 6:42:16 AM

      S Offline
      S Offline
      Spaz80
      wrote on last edited by
      #2

      Hei I´ve got a solution that works, not optimal, but it works this.Left = 0; //place our form at top this.Top = 0; this.WindowState = WindowState.Normal; this.Height = SystemParameters.PrimaryScreenHeight - 30; this.Width = SystemParameters.PrimaryScreenWidth; Spaz

      A 1 Reply Last reply
      0
      • S Spaz80

        Hei I´ve got a solution that works, not optimal, but it works this.Left = 0; //place our form at top this.Top = 0; this.WindowState = WindowState.Normal; this.Height = SystemParameters.PrimaryScreenHeight - 30; this.Width = SystemParameters.PrimaryScreenWidth; Spaz

        A Offline
        A Offline
        Ahmad Rifai Yusuf
        wrote on last edited by
        #3

        Hi Spaz, have also problem with this full screen Form. I use VB.Net Express 2005. How to make this form covers all windows screen ? Canyou help me, plz? :)

        Best Regards, Ahmad Rifai Yusuf

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups