Using Visual C++ to open an applcation

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
f1nutter
Forum Contributor
Posts: 125
Joined: Wed Jun 05, 2002 12:08 pm
Location: London

Using Visual C++ to open an applcation

Post by f1nutter »

Hi,

I am trying to write a program to test another program. I want to automate the process by writing a program which opens the application I want, inserts data into it, then closes it.

Are there any functions / classes with Visual C++ (MFC?) that I could use?

Thanks.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

which (kind of) application do you want to open?
Maybe a macro-recorder is sufficient.
Post Reply