J
Jay Dee
I was wondering how hard it is to create an application that can
control an existing application.
The application is used to input text data into a large back end
database that I have no other means of accessing.
The original application in question is many years old and difficult
to operate. Main input is using the keyboard entering characters one
line as a time, I carnet even type of the end of a line onto the line
below, I have to manually use the arrow keys to move the curser to the
start of the next line before continuing to type.
It is not possible to set the position of the curser with the mouse
although it is possible to use the mouse to highlight text and click a
button to copy it to the clipboard, although shortcuts like (Ctrl)(C)
for copy do not work.
I can create stand alone applications using CSharp and understand most
functionality of the language but I have never attempted to use COM or
anything of that level before.
Any suggestions or pointers as to a means to overcome this issue would
be much appreciated
Thank you
Jay Dee
control an existing application.
The application is used to input text data into a large back end
database that I have no other means of accessing.
The original application in question is many years old and difficult
to operate. Main input is using the keyboard entering characters one
line as a time, I carnet even type of the end of a line onto the line
below, I have to manually use the arrow keys to move the curser to the
start of the next line before continuing to type.
It is not possible to set the position of the curser with the mouse
although it is possible to use the mouse to highlight text and click a
button to copy it to the clipboard, although shortcuts like (Ctrl)(C)
for copy do not work.
I can create stand alone applications using CSharp and understand most
functionality of the language but I have never attempted to use COM or
anything of that level before.
Any suggestions or pointers as to a means to overcome this issue would
be much appreciated
Thank you
Jay Dee