Hello,
I am a novice user of VC ++ and I have built an interface using MFC. I have created a form and now I have to link the form components (buttons, etc..) to my source code.
For example, I need to know what to do so that when i click on Button "Encrypt", it triggers the Encrypt function in my code.
I have attached my interface codes along with the source codes, if that can help.
I'd be grateful for any kind of help.