Questions for expert .Net developers

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Dear my friend,

I can use Process.MainWindowTitle in my C# windows application to get all
opened IE's title information. But I don't know how to get the url
information.
I can see all threads information for every IE process by Spy++. What do the
"Window"s of each thread mean?
Who can give me a help? Will you think that we can't make it by C# but C++
API? I really need some good guide.
Thanks.

Brian
 
You have GOT to give us an idea of the actual business problem you are
trying to solve. The details so far are pretty vague.

Normally, if you take one app and attempt to inspect what is going in in
another app (the "target"), you are going to end up with logic that it
specific to one particular version of the target app... so while you may
solve your problem with IE6, it probably won't work with IE5.

In other words, what you are trying to do is pretty hard, and there's
probably a better way to solve the problem... if you'd tell us what the
problem is...

--- Nick
 
Back
Top