I have seen the same question posted for Access, with no response, so I am not hopeful.
I am able to execute the DateTimePicker with a call from VBA to a DLL, which simply calls the EXE implemented in VStudio C++. Trouble is, how do I get that info from the app back to the DLL and/or VBA code? I presume it is a callback of some sort, but I can't figure how to pass the callback function ptr to the EXE. I could send a Window message, but where to? Is there any hope?
/Craig
I am able to execute the DateTimePicker with a call from VBA to a DLL, which simply calls the EXE implemented in VStudio C++. Trouble is, how do I get that info from the app back to the DLL and/or VBA code? I presume it is a callback of some sort, but I can't figure how to pass the callback function ptr to the EXE. I could send a Window message, but where to? Is there any hope?
/Craig