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 / C++ / MFC
  4. Dialog's of other processes on top of another process

Dialog's of other processes on top of another process

Scheduled Pinned Locked Moved C / C++ / MFC
wpflinuxhelp
7 Posts 5 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 Offline
    S Offline
    Super Hornet
    wrote on last edited by
    #1

    We have developed an application(Form View) which covers complete desktop and hides it. There are few button controls on the form view. On clicking these buttons, another processes were invoked(using shell-execute). The problem here is when we ciclk on button(say, button1) another application(dialog based) is invoked and show's the dialog on top of above application(Form View), and again on clicking another button(say buton2) invokes another application(dialog based) and the second click event hides the first application(invoked thru button1) to back of application(Form View). How can we restrict the application's to be shown on top of application(Form View). The application(Form View)has styles: WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_POPUP;

    I C 2 Replies Last reply
    0
    • S Super Hornet

      We have developed an application(Form View) which covers complete desktop and hides it. There are few button controls on the form view. On clicking these buttons, another processes were invoked(using shell-execute). The problem here is when we ciclk on button(say, button1) another application(dialog based) is invoked and show's the dialog on top of above application(Form View), and again on clicking another button(say buton2) invokes another application(dialog based) and the second click event hides the first application(invoked thru button1) to back of application(Form View). How can we restrict the application's to be shown on top of application(Form View). The application(Form View)has styles: WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_POPUP;

      I Offline
      I Offline
      Iain Clarke Warrior Programmer
      wrote on last edited by
      #2

      What was wrong with the answers you got to this question almost exactly one week ago? I know I replied with a rambling essay on how screen savers get called to park themselves on a parent window, by passing a window handle as a parameter. Iain.

      Codeproject MVP for C++, I can't believe it's for my lounge posts...

      S 1 Reply Last reply
      0
      • I Iain Clarke Warrior Programmer

        What was wrong with the answers you got to this question almost exactly one week ago? I know I replied with a rambling essay on how screen savers get called to park themselves on a parent window, by passing a window handle as a parameter. Iain.

        Codeproject MVP for C++, I can't believe it's for my lounge posts...

        S Offline
        S Offline
        Super Hornet
        wrote on last edited by
        #3

        Thnx for the reply Iain. I know that I have posted the question before. I couldn't find the post so posted agin. Can you please refer that link.

        S S 2 Replies Last reply
        0
        • S Super Hornet

          Thnx for the reply Iain. I know that I have posted the question before. I couldn't find the post so posted agin. Can you please refer that link.

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #4

          It's easy to find your own posts - click on your name in the forum - that'll take you to your profile page. Then click on 'Messages Posted' - that'll take you to a list of messages you have posted, in which you could find your previous questions. Re-posting a question you've already had answers to will not get the same answers again - more likely you'll get abuse for a) re-posting and b) appearing (at lest) to be an ingrate.

          1 Reply Last reply
          0
          • S Super Hornet

            We have developed an application(Form View) which covers complete desktop and hides it. There are few button controls on the form view. On clicking these buttons, another processes were invoked(using shell-execute). The problem here is when we ciclk on button(say, button1) another application(dialog based) is invoked and show's the dialog on top of above application(Form View), and again on clicking another button(say buton2) invokes another application(dialog based) and the second click event hides the first application(invoked thru button1) to back of application(Form View). How can we restrict the application's to be shown on top of application(Form View). The application(Form View)has styles: WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_POPUP;

            C Offline
            C Offline
            Chandrasekharan P
            wrote on last edited by
            #5

            http://www.codeproject.com/script/Forums/View.aspx?fid=1647&msg=2875363[^]

            S 1 Reply Last reply
            0
            • S Super Hornet

              Thnx for the reply Iain. I know that I have posted the question before. I couldn't find the post so posted agin. Can you please refer that link.

              S Offline
              S Offline
              sashoalm
              wrote on last edited by
              #6

              Haven't you received your replies by email? The link to your post can be found there.

              There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal

              1 Reply Last reply
              0
              • C Chandrasekharan P

                http://www.codeproject.com/script/Forums/View.aspx?fid=1647&msg=2875363[^]

                S Offline
                S Offline
                Super Hornet
                wrote on last edited by
                #7

                Thank you chandra for the link

                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