dymosoftware / DCD-SDK-Sample

DYMO Connect SDK Samples
Other
60 stars 27 forks source link

Help Transitioning from DLS to Connect #91

Open tcundith opened 8 months ago

tcundith commented 8 months ago

Due to the 550's only being supported on Connect, I have to transition my code from DLS to Connect. There is very little documentation that helps me. My basic code to get started with DLS is:

LB = CreateObject('Dymo.DymoLabels') DL = CreateObject('Dymo.DymoAddIn')

Is there a high level COM object like above for Connect? Any help or guidance is greatly appreciated.