Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to access the properties of an application in runtime

Status
Not open for further replies.

mondi

Programmer
Sep 10, 2003
169
AL
Hello everybody. This question, I think is kinda difficult.
Suppose I have an application which is written in C#, and it is in runtime. Is it possible to make another application that would get the controls of the first application and get any properties of these controls?
If it is possible, how can I do it? I think it is difficult but don't think it's impossible. Any ideas on this?
Thank you

Country of eagles
 
I am having a look at the idea of using the reflection, but, please, Chp H. can you please explain me this idea of getting attached to that process. I am affraid I didn't understand you. Thanks to both of you for your answers

Country of eagles
 
If you're in .net v2.0, this may help:


It's possible (barely) to write a debugger in .net v1.1 using the System.Diagnostics.SymbolStore namespace.

Neither of these are trivial, but the v2.0 one is much easier to use.

Chip H.


____________________________________________________________________
Donate to Katrina relief:
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top