03-17-2024, 12:03 PM
I want to, in the exe file, only register the OCX component when loading fails.
The Mac01 code always works, but it registers the OCX every time it runs.
The Mac02 code, which I modified according to the QM help file, does not work
Macro Mac01
Macro Mac02
The Mac01 code always works, but it registers the OCX every time it runs.
The Mac02 code, which I modified according to the QM help file, does not work
Macro Mac01
RegisterComComponent "$qm$\GdPicture.NET.14.tlb" 2|4
typelib GdPicture_NET_14 "$qm$\GdPicture.NET.14.tlb"
Macro Mac02