I want to be able to consistently be able to have an application
"see" exactly what is on the screen.
in message Peter,
I wouldn't have responded if I didn't think that it was correct.
You could easily look for this information on your own, now that I have
given you some specifics, as well as potential concerns.
It probably would be helpful to know what you are trying to do, as
well, so we could provide alternatives, since the solution I gave isn't
desirable, by any means.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
"Nicholas Paldino [.NET/C# MVP]" <
[email protected]>
wrote in message Peter,
Short of actually replacing user32.dll with a shim that calls the
originals, there isn't a way I can think of to do this. Also, with
the new windows protection scheme (windows knows when you try to
replace system dlls and whatnot), I doubt you could even do that.
And if you could, I certainly wouldn't want (nor could you do it
easily) with .NET, and you definitely couldn't do it with C#.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Is there any way to intercept system calls to windows such as
TextOut and DrawText?
what kinds of system calls can be intercepted, and what is the
mechanism to accomplish this?
Can you double check this answer for me please?