3
Answers

How to embed an external software in my project?

Photo of ila

ila

15y
2.5k
1
Hi

        I have a software to perform  encryption and decryption..

I need to include that software in my project.. I am doing project in c#(Windows

 form Application).. I need to use that software by just clicking a button..

I need it urgently..

Can anybody help me?

With regards,

Ila..



Answers (3)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 15y
You must use the documentation of the software. Unless the preson helping is psychic, no one here can tell you how to use the software without the information that is in the documentation. If this is an urgent matter, then the fastest way to solve the problem is for you to read the documentation.
Accepted
0
Photo of Rujuta
NA 1.7k 53.1k 15y
You will also need to get hold of the software's API or DLL files.

This way you can integrate it with your application.
0
Photo of ila
NA 5.6k 0 15y
Ok Sam.. Thank You