Search code examples
c#.netwpfcontrolling

How to control buttons in other applications


I'm a final year high school student and want to help my father secure his computer. He isn't an IT genius and it's hard for him to remember all the steps he must do in spybot and avast.

I'm trying to create a c# windows application that would have just a next button that would in turn click the correct button in the security applications. Is there a simple way (I'm pretty new to c, used pascal for 3 years) to do this? I've found something about using autoit, but that requires me to import a dll. Any help would be appreciated.

Thanks a lot.


Solution

  • Yes, there is a simple way. Look for ui automation frameworks like this one:

    http://white.codeplex.com/

    Just study all examples and you'll get the idea.