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. Child window stuck behind parent window

Child window stuck behind parent window

Scheduled Pinned Locked Moved Windows Forms
help
5 Posts 3 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.
  • K Offline
    K Offline
    Kevnar
    wrote on last edited by
    #1

    I apologize if this is in the wrong forum, but I was just wondering if there's any sort of keyboard short cut to force child windows of a program to the front. I was working on some data in a child window, and another program popped up for some reason. I went to click back to the program I was using and the main window popped up with the child window I was working in behind it. Anything I click on in the parent window just makes a "Ding!" because it's waiting for input from the child window, which is hidden. Alt+Tab does nothing. All I can do is shut down the program and lose the data I was working on. It's pissing me off. Please, help, if you can. Thanks in advance.

    "Go to, I’ll no more on’t; it hath made me mad." - Hamlet

    D 1 Reply Last reply
    0
    • K Kevnar

      I apologize if this is in the wrong forum, but I was just wondering if there's any sort of keyboard short cut to force child windows of a program to the front. I was working on some data in a child window, and another program popped up for some reason. I went to click back to the program I was using and the main window popped up with the child window I was working in behind it. Anything I click on in the parent window just makes a "Ding!" because it's waiting for input from the child window, which is hidden. Alt+Tab does nothing. All I can do is shut down the program and lose the data I was working on. It's pissing me off. Please, help, if you can. Thanks in advance.

      "Go to, I’ll no more on’t; it hath made me mad." - Hamlet

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

      There is no magic shortcut for that unless the application you're using exposes such functionality. Alt-Tab will switch between applications, or anything else that shows up on the TaskBar. I would say that you have to either move the parent window before working with the children or move the child windows after they appear. The best solution would be to go back to the manufacturer of the app and asks them to fix it.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      A 1 Reply Last reply
      0
      • D Dave Kreskowiak

        There is no magic shortcut for that unless the application you're using exposes such functionality. Alt-Tab will switch between applications, or anything else that shows up on the TaskBar. I would say that you have to either move the parent window before working with the children or move the child windows after they appear. The best solution would be to go back to the manufacturer of the app and asks them to fix it.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

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

        someone should tell microsoft how to fix this - I'm sick and tired of having visual studio (2005 and 2008) open a modal dialog behind the main window, and not let me bring it to the front because the main window has lost focus and is refusing to budge. Anyone else grown to hate that 'donk' sound it makes when you click on it and nothing happens? The only way out is to press escape, but that doesn't always work either; then the only thing to do is kill it in process explorer. Task manager can't do it, it's too polite, and vs says 'can't close because it's waiting for input'. Does it still do that in VS2010? I'm hoping that with the switch to WPF, the entire gui will have been overhauled too.

        D 1 Reply Last reply
        0
        • A andy_p

          someone should tell microsoft how to fix this - I'm sick and tired of having visual studio (2005 and 2008) open a modal dialog behind the main window, and not let me bring it to the front because the main window has lost focus and is refusing to budge. Anyone else grown to hate that 'donk' sound it makes when you click on it and nothing happens? The only way out is to press escape, but that doesn't always work either; then the only thing to do is kill it in process explorer. Task manager can't do it, it's too polite, and vs says 'can't close because it's waiting for input'. Does it still do that in VS2010? I'm hoping that with the switch to WPF, the entire gui will have been overhauled too.

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

          andy_p wrote:

          Does it still do that in VS2010?

          What? I've never had it happen, in VS2002, 2003, 2005, 2008, or in 2010.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008
          But no longer in 2009...

          A 1 Reply Last reply
          0
          • D Dave Kreskowiak

            andy_p wrote:

            Does it still do that in VS2010?

            What? I've never had it happen, in VS2002, 2003, 2005, 2008, or in 2010.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            A Offline
            A Offline
            andy_p
            wrote on last edited by
            #5

            it's a common occurrence for all the developers where I work I think it's TFS (and before that, VSS) integration that does it I've tried installing various hotfixes from ms, and they don't help

            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