03-07-2018, 06:57 PM
I'm sorry to hear that no COM interface is available. It would have been wonderful to be able to call QM from other programs. QM has a huge amount of functionality, and it would be useful if other programs could call the macros inside QM. I suppose I could export macros into EXE files and call them through ShellExecute, but that is a crude method and comes with a (temporary) flashing Command Prompt window. Or I could make a BAT file to call QM from the command line and call the BAT file from my other programs with ShellExecute. But still, those are crude methods compared to calling a COM GetObject interface (which seems easy to do for a person of your very advanced skill). Was there a reason or two that you decided not to provide a TLB / COM interface to some of QM's functionality? Thank you