I have written a simple VB EXE to call the Lotus Notes class (Notes32.tlb) to send email.
Now I need to use the VB EXE from a database trigger. The bad thing is that the database trigger can only call a DLL.
So can a DLL call my VB EXE (which is currently calling another dll - the Lotus Notes Class)? Write such a DLL in VB or I can only use VC++. I am new to Visual C++. How do I go about doing this?
Thank you in advance.
