calling a dll in a window based program
i made a dll that takes two inputs in strings and return an encrypted output in hex.
now i want to use this dll in a window application.
i have set the reference and now what t have to do.
how can i use textboxes in main function?
|