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. Filling out other application dialogs

Filling out other application dialogs

Scheduled Pinned Locked Moved C / C++ / MFC
testingtoolshelpquestion
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.
  • M Offline
    M Offline
    microcyb
    wrote on last edited by
    #1

    O.K. need some directions on what to even call this function/call. what I need to do is call another application, and fill out the fields with my application. Part of an automation thing. In simple I wanted to call a simple .ini file, and have it use the information to fill out the dialog boxes in the other application. could any one point me to what to search for or any links that could help in this process? Note: NEWBEEE!!!!!!!:-D

    M 1 Reply Last reply
    0
    • M microcyb

      O.K. need some directions on what to even call this function/call. what I need to do is call another application, and fill out the fields with my application. Part of an automation thing. In simple I wanted to call a simple .ini file, and have it use the information to fill out the dialog boxes in the other application. could any one point me to what to search for or any links that could help in this process? Note: NEWBEEE!!!!!!!:-D

      M Offline
      M Offline
      mwilliamson
      wrote on last edited by
      #2

      You will to determine the window id of all the windows on the dialog you want to fill out and a handle to window you are filling out. Then simply use ::SetDlgItemText( hWnd, WindowId, "value" ); There was a password retival tool posted here, some of the code from it should help you to determine the window ids.

      M 1 Reply Last reply
      0
      • M mwilliamson

        You will to determine the window id of all the windows on the dialog you want to fill out and a handle to window you are filling out. Then simply use ::SetDlgItemText( hWnd, WindowId, "value" ); There was a password retival tool posted here, some of the code from it should help you to determine the window ids.

        M Offline
        M Offline
        microcyb
        wrote on last edited by
        #3

        Ahh I will continue to search, just had no clue what to search for. would love to make it command lin based since it is to support at least 50 PC's. Thanks for the direction!!!

        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