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. C#
  4. How to make the program do not minimized at all minimized windows?

How to make the program do not minimized at all minimized windows?

Scheduled Pinned Locked Moved C#
tutorialquestion
12 Posts 6 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 Slavik_ns

    How to make the program do not minimized at all minimized windows?

    Q Offline
    Q Offline
    Qendro
    wrote on last edited by
    #2

    There are two ways: 1)from the main form's property window MinimizeBox to set the property false 2)on load event of the main form put these two lines of code:

    this.WindowState = FormWindowState.Maximized;
    this.MinimizeBox = false;

    Regards

    Qendro

    S 1 Reply Last reply
    0
    • Q Qendro

      There are two ways: 1)from the main form's property window MinimizeBox to set the property false 2)on load event of the main form put these two lines of code:

      this.WindowState = FormWindowState.Maximized;
      this.MinimizeBox = false;

      Regards

      Qendro

      S Offline
      S Offline
      Slavik_ns
      wrote on last edited by
      #3

      If Ctrl + Win, (minimize all windows)?

      L 1 Reply Last reply
      0
      • S Slavik_ns

        How to make the program do not minimized at all minimized windows?

        B Offline
        B Offline
        Blue_Boy
        wrote on last edited by
        #4

        Google Result[^] Here is a google search result, I saw there are few solutions.


        I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post.

        1 Reply Last reply
        0
        • S Slavik_ns

          If Ctrl + Win, (minimize all windows)?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #5

          That's used to show the desktop; it'd be very frustrating for a user if he/she can't reach their desktop. There's also a minor difference[^] between "Minimize All" (Win-L) and "Show Desktop" (Win-D).

          Bastard Programmer from Hell :suss:

          Q B 2 Replies Last reply
          0
          • L Lost User

            That's used to show the desktop; it'd be very frustrating for a user if he/she can't reach their desktop. There's also a minor difference[^] between "Minimize All" (Win-L) and "Show Desktop" (Win-D).

            Bastard Programmer from Hell :suss:

            Q Offline
            Q Offline
            Qendro
            wrote on last edited by
            #6

            I totally agree with You my friend...I also think that is very frustrating for the user to prevent from "Show Desktop" feature...

            Qendro

            1 Reply Last reply
            0
            • S Slavik_ns

              How to make the program do not minimized at all minimized windows?

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #7

              That would be user-hostile; don't do it.

              1 Reply Last reply
              0
              • S Slavik_ns

                How to make the program do not minimized at all minimized windows?

                S Offline
                S Offline
                Slavik_ns
                wrote on last edited by
                #8

                I have not folded to my program

                1 Reply Last reply
                0
                • L Lost User

                  That's used to show the desktop; it'd be very frustrating for a user if he/she can't reach their desktop. There's also a minor difference[^] between "Minimize All" (Win-L) and "Show Desktop" (Win-D).

                  Bastard Programmer from Hell :suss:

                  B Offline
                  B Offline
                  BillWoodruff
                  wrote on last edited by
                  #9

                  Eddy Vluggen wrote:

                  "Minimize All" (Win-L)

                  Interesting: on my Win 7 Pro machine, Win-L switches me to the log-in screen where I could, potentially, switch users, and where I have to click on my current user icon to return to "normal use" mode. best, Bill

                  "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

                  L 1 Reply Last reply
                  0
                  • B BillWoodruff

                    Eddy Vluggen wrote:

                    "Minimize All" (Win-L)

                    Interesting: on my Win 7 Pro machine, Win-L switches me to the log-in screen where I could, potentially, switch users, and where I have to click on my current user icon to return to "normal use" mode. best, Bill

                    "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #10

                    BillWoodruff wrote:

                    Interesting: on my Win 7 Pro machine, Win-L switches me to the log-in screen where I could, potentially, switch users, and where I have to click on my current user icon to return to "normal use" mode.

                    Not interesting, merely a typo. Win-M does a minimize all, Win-D shows the desktop.

                    Bastard Programmer from Hell :suss:

                    B 1 Reply Last reply
                    0
                    • L Lost User

                      BillWoodruff wrote:

                      Interesting: on my Win 7 Pro machine, Win-L switches me to the log-in screen where I could, potentially, switch users, and where I have to click on my current user icon to return to "normal use" mode.

                      Not interesting, merely a typo. Win-M does a minimize all, Win-D shows the desktop.

                      Bastard Programmer from Hell :suss:

                      B Offline
                      B Offline
                      BillWoodruff
                      wrote on last edited by
                      #11

                      Eddy Vluggen wrote:

                      merely a typo

                      My faith in you remains unshaken ! Win-Shift-M will restore all the Windows minimized by Win-M. And a second Win-D will also restore. All of which I gleaned from the excellent link you provided, thanks. best, Bill

                      "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

                      L 1 Reply Last reply
                      0
                      • B BillWoodruff

                        Eddy Vluggen wrote:

                        merely a typo

                        My faith in you remains unshaken ! Win-Shift-M will restore all the Windows minimized by Win-M. And a second Win-D will also restore. All of which I gleaned from the excellent link you provided, thanks. best, Bill

                        "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #12

                        Hehe, thanks :)

                        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