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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. MDI problem

MDI problem

Scheduled Pinned Locked Moved C#
questioncsharphelp
4 Posts 4 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.
  • R Offline
    R Offline
    r9
    wrote on last edited by
    #1

    I have some Mdiclient who's windowsState is "Maximized" and where minimumBox and maximumBox is set to false. ControlBox is set to false. FormBorderStyle is "FixedToolWindow". But still there is 3 icons in top right, when the mdiClient is Maximized.... And there is also a restore icon in top left. How do I remove these icons, so that my MdiClient always is Maximized?? See: http://csharp.users.whitehat.dk/mdi.jpg Thanks

    R 1 Reply Last reply
    0
    • R r9

      I have some Mdiclient who's windowsState is "Maximized" and where minimumBox and maximumBox is set to false. ControlBox is set to false. FormBorderStyle is "FixedToolWindow". But still there is 3 icons in top right, when the mdiClient is Maximized.... And there is also a restore icon in top left. How do I remove these icons, so that my MdiClient always is Maximized?? See: http://csharp.users.whitehat.dk/mdi.jpg Thanks

      R Offline
      R Offline
      Ray Cassick
      wrote on last edited by
      #2

      I belive you set the control box property to false.


      Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.


      A 1 Reply Last reply
      0
      • R Ray Cassick

        I belive you set the control box property to false.


        Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.


        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        No it won't work. If the MdiClient is maximized, then the 3 icons are still there. Anyway, the icon on top left is also there.

        S 1 Reply Last reply
        0
        • A Anonymous

          No it won't work. If the MdiClient is maximized, then the 3 icons are still there. Anyway, the icon on top left is also there.

          S Offline
          S Offline
          sumeat
          wrote on last edited by
          #4

          I tried this and it worked for me. No icons are displayed. My MDIClient window had following properties 1. MaximizeBox - false 2. MinimizeBox - false 3. ControlBox - false 4. FormBorderStyle - FixedDialog 5. WindowState - Normal Try with these property values and it should work! Suhas

          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