I created a .net program that captures and checks fingerprints to authenticate employees.
One program we use is written in Delphi. so I'm looking for a way to authenticate a user with .net, and then open the Delphi program and pass the user credentials.
It would be best if I could fill in the registration screen, even the Delphi program is open. but if this is not possible, at least I need to open the program and transfer the credentials.
source share