Click here to Skip to main content
15,901,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
how to capture windows form's control:
when a program is running, in want to capture it's form's control by other program and set the message of control
Posted
Comments
Sergey Alexandrovich Kryukov 17-Mar-12 20:15pm    
What is "the message of control"? What is "capture"? Why doing it?
--SA
w_heaven 17-Mar-12 20:18pm    
i want to set the control's properties or event .for exmaple, click the control
Sergey Alexandrovich Kryukov 25-Feb-14 1:36am    
Taking into account this question: http://www.codeproject.com/Questions/732833/about-generic-convert-of-interface-and-class, the advice is: learn the very basics first, before doing any UI.
And anyway, this very question makes no sense at all.
—SA

There probably is not a real good reason to do what you want to do but if that is really what you want to do then see this http://stackoverflow.com/questions/4539187/insert-text-into-the-textbox-of-another-application[^]
 
Share this answer
 
Hawkeye is a .Net program to view, edit, analyze and invoke an object from a .Net application which is running.
http://hawkeye.codeplex.com/[^]
Please see the above link. It may be helpful to you
 
Share this answer
 
Comments
w_heaven 18-Mar-12 1:28am    
thank you. Hawkeye is very useful to me.
ProEnggSoft 18-Mar-12 3:35am    
Then why voted 3. Any reason. Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900