I made a .net program that capture's and verifies finger prints to authenticate employee's.
One program we use is written in Delphi. so I'm looking for a way to authenticate the user using .net and then open the Delphi program and pass in this users credentials.
The best would be if I could fill in the log in screen even the Delphi program is open. but if that's not possible at least I need to open the program and pass in the credentials.