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. .NET (Core and Framework)
  4. Form above another Form, but not TopMost?

Form above another Form, but not TopMost?

Scheduled Pinned Locked Moved .NET (Core and Framework)
comadobequestion
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.
  • A Offline
    A Offline
    AndrewVos
    wrote on last edited by
    #1

    If anyone could point me in the right direction, I would be very grateful. I have a main form, which shows other smaller forms. These forms must always be on top of the main form, but not on top of other forms. Similar to the tool windows in photoshop. Obviously a TopMost form is not the right choice here. I am not wanting to use MDI child windows. Any ideas?


    www.wickedorange.com www.andrewvos.com

    L 1 Reply Last reply
    0
    • A AndrewVos

      If anyone could point me in the right direction, I would be very grateful. I have a main form, which shows other smaller forms. These forms must always be on top of the main form, but not on top of other forms. Similar to the tool windows in photoshop. Obviously a TopMost form is not the right choice here. I am not wanting to use MDI child windows. Any ideas?


      www.wickedorange.com www.andrewvos.com

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      AFAIK that is exactly what Form.Owner does :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google


      A 1 Reply Last reply
      0
      • L Luc Pattyn

        AFAIK that is exactly what Form.Owner does :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google


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

        Whoa. Thanks alot! Can't believe I didn't know that was there! I guess I get to delete all those api declares now :)


        www.wickedorange.com www.andrewvos.com

        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