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. Need to SendMesssage to controls placed on some remote .NET managed processes from some simulator's process.

Need to SendMesssage to controls placed on some remote .NET managed processes from some simulator's process.

Scheduled Pinned Locked Moved Windows Forms
csharpai-testingtestingbeta-testinghelp
1 Posts 1 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.
  • G Offline
    G Offline
    glitteringsound
    wrote on last edited by
    #1

    I am in the end way of solving hooked process and related problem. I have extracted the controls some how of other managed processes and simulate those controls on the some other seperate process. Now after somehow drawn those controls on other processes exactly on those position at which they were inside the original processes, I want to send input to those actual processes , which do occur on the simulator process'es simulated controls. So that If somehow the simulator's control (e.g Button) recieve "click" , it should transfer to actual process button control's event handler Let say I have managed process(TestProcess-A) having several controls (e.g Buttons,TextBox,TextAreas,Grids) and I have transferred all the properties associated with each controls to some other remote process (let say Simulator Process B) and drawn these controls exactly at the same position where it was in actual process after reading these properties. I want now, if some how the click occured on these simulated controls, it must flown towards actual controls drawn on actual process. i.e if some SIMULATED Button recieve click on Simulator's process, it should occurred and on the actual process (Test Process A)'s actual Button. So that if some functionality written in that buttons's event handler, it should be executed after there in actual process (Test Process-A). Note: I am developing .NET automated testing framework, for that I need to automate all managed processes those having GUIs.

    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