Howdy all,

I am looking for a way to automatically control another application, such as skype for example
by simulating keyboard input to that application.

I have a .csv database file, and i have a simple database application with buttons and textboxes
on the form, and the database application can be controlled using TAB, SPACEBAR, ENTER and the keyboard buttons.

I want to parse the .CSV file, and insert the datafields, in the correct textboxes in the database
application, and add the record, automatically.

I remember a thread on here, where they used the "interaction" class, but i cant find that thread.

Anyone have any tips ?