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. processes

processes

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++tutorial
3 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.
  • D Offline
    D Offline
    duta
    wrote on last edited by
    #1

    Hi there I have 2 questions: - How can I know the handle ID of desktop window? - How can I launch calc, or mspaint applications from my code and if that applications are already opened to activate them? How to do this or where can I find such examples? I'm working on MFC.

    D 1 Reply Last reply
    0
    • D duta

      Hi there I have 2 questions: - How can I know the handle ID of desktop window? - How can I launch calc, or mspaint applications from my code and if that applications are already opened to activate them? How to do this or where can I find such examples? I'm working on MFC.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      duta wrote:

      - How can I know the handle ID of desktop window?

      Are you referring to GetDesktopWindow()?

      duta wrote:

      - How can I launch calc, or mspaint applications from my code and if that applications are already opened to activate them?

      It really depends on how that particular application was coded. Some applications are coded such that they can only exist in memory one time. The first thing to try would be to use CreateProcess() to run the application. The next thing to try would be to use FindWindow() to search for the application's window. If it is found, use BringWindowToTop().

      "Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      H 1 Reply Last reply
      0
      • D David Crow

        duta wrote:

        - How can I know the handle ID of desktop window?

        Are you referring to GetDesktopWindow()?

        duta wrote:

        - How can I launch calc, or mspaint applications from my code and if that applications are already opened to activate them?

        It really depends on how that particular application was coded. Some applications are coded such that they can only exist in memory one time. The first thing to try would be to use CreateProcess() to run the application. The next thing to try would be to use FindWindow() to search for the application's window. If it is found, use BringWindowToTop().

        "Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

        "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        I think you said me dont use of FindWindow,right? :)

        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