I have a Vb.Net application with a form which has say three buttons
btnDoThing1, btnDoThing2, btnDoAll
How would I go about automating the execution of btnDoAll? So instead of having someone load up the .exe and press the btnDoAll button I want this process automated.
Any ideas?
btnDoThing1, btnDoThing2, btnDoAll
How would I go about automating the execution of btnDoAll? So instead of having someone load up the .exe and press the btnDoAll button I want this process automated.
Any ideas?