I have a system written in vb.net that is a membership system. Also, I have a system that processes finger prints and returns a value (a member number). I need to link these two programs together so that when a finger print is scanned in the vb6 exe, it sends the member number to the vb.net project. This will then show the member.

The VB.Net Project is finished in regards to its function, but a plug-on function for it is to work with finger prints. So I need it to receive the said member number from the vb6 project.

I cant make the finger printing side of things in vb.net as the components I've used are not .net compatible, which would of made my life a lot simpler.

Hope this is in the right place and thanks in advance for any help.