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. WinForm design question

WinForm design question

Scheduled Pinned Locked Moved C#
csharpvisual-studioadobedesigntutorial
5 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.
  • B Offline
    B Offline
    ben2
    wrote on last edited by
    #1

    Hi, I would like to create a winform application using c#, that looks kind of like Adobe Photoshop. That means the main window will have some small dockable windows inside the main window (those dockable windows can be minimized, closed, or maximized and docked). These windows will have other controls inside them. I was wondering if you can give me some pointers on how to create windows like that, or can you send me links to some custom controls that I can use in my code that behave like those windows. I'm still using visual studio.NET 2003, I might switch to VS.NET 2005 if there are controls like that in VS2005. Any idea, pointer, links, codes will be much appreciated. Thanks Ben

    H D S 3 Replies Last reply
    0
    • B ben2

      Hi, I would like to create a winform application using c#, that looks kind of like Adobe Photoshop. That means the main window will have some small dockable windows inside the main window (those dockable windows can be minimized, closed, or maximized and docked). These windows will have other controls inside them. I was wondering if you can give me some pointers on how to create windows like that, or can you send me links to some custom controls that I can use in my code that behave like those windows. I'm still using visual studio.NET 2003, I might switch to VS.NET 2005 if there are controls like that in VS2005. Any idea, pointer, links, codes will be much appreciated. Thanks Ben

      H Offline
      H Offline
      Heks
      wrote on last edited by
      #2

      What you are describing is MDI forms. Try looking here: http://www.codeproject.com/csharp/mdiformstutorial.asp -- modified at 18:00 Thursday 13th October, 2005 (typo'd)

      B 1 Reply Last reply
      0
      • H Heks

        What you are describing is MDI forms. Try looking here: http://www.codeproject.com/csharp/mdiformstutorial.asp -- modified at 18:00 Thursday 13th October, 2005 (typo'd)

        B Offline
        B Offline
        ben2
        wrote on last edited by
        #3

        Not really. I want the forms to be dockable too.

        1 Reply Last reply
        0
        • B ben2

          Hi, I would like to create a winform application using c#, that looks kind of like Adobe Photoshop. That means the main window will have some small dockable windows inside the main window (those dockable windows can be minimized, closed, or maximized and docked). These windows will have other controls inside them. I was wondering if you can give me some pointers on how to create windows like that, or can you send me links to some custom controls that I can use in my code that behave like those windows. I'm still using visual studio.NET 2003, I might switch to VS.NET 2005 if there are controls like that in VS2005. Any idea, pointer, links, codes will be much appreciated. Thanks Ben

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Did you know that the Form class derives from Control? Think about that. A Form can be used just like a control. All it takes is a couple of modifications to it's properties. Check out this[^] article on MSDN for more information. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          1 Reply Last reply
          0
          • B ben2

            Hi, I would like to create a winform application using c#, that looks kind of like Adobe Photoshop. That means the main window will have some small dockable windows inside the main window (those dockable windows can be minimized, closed, or maximized and docked). These windows will have other controls inside them. I was wondering if you can give me some pointers on how to create windows like that, or can you send me links to some custom controls that I can use in my code that behave like those windows. I'm still using visual studio.NET 2003, I might switch to VS.NET 2005 if there are controls like that in VS2005. Any idea, pointer, links, codes will be much appreciated. Thanks Ben

            S Offline
            S Offline
            Scott Serl
            wrote on last edited by
            #5

            Microsoft has an application block which does that: http://msdn.microsoft.com/practices/default.aspx?pull=/library/en-us/dnpag2/html/cabctp.asp[^] It requires .net 2.0 framework, so I have not tried it yet.

            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