Franco Amato
Yes you need to register the COM DLL, something likeQt Code:
C:\Windows\System32> regsvr32 PallyCOM.dllTo copy to clipboard, switch view to plain text mode
I'm not sure if the connection is made by name or GUID in Designer (don't have a Windows machine handy) when you put the container on the form. The Name/GUID should be easily found in PallyComs documentation, examples etc. If you have a VB6 example then open the FRM file with a text editor and have a look. The GUID is in that abomination called the Windows registry. Human-friendly names are the keys in HKEY_CLASSES_ROOT, which refer to GUIDs that can be found under HKEY_CLASSES_ROOT\CLSID.
This is about the limit of my knowledge.
Added:
Have a look at QAxBase::control() for other ways to identify the control
Last edited by ChrisW67; 13th April 2010 at 00:32. Reason: More info
Bookmarks