- May 8, 2015
- 967
- 934
- 211
I searched a while now but I came to no acceptable results. I'm searching for a way to manipulate forms of windows applications. Like removing/hiding elements for example.
Something like
I wonder if it's possible and if yes, is it kind of framework restricted? (Only .NET)
Something like
PHP:
System.Diagnostics.getProcessByName("Teamviewer.exe").getWindowByClassName("TaskHostWindow").pictureBox1.hide();
I wonder if it's possible and if yes, is it kind of framework restricted? (Only .NET)
Last edited by a moderator: