sanguineillusion
Programmer
Hi all. I am writing a small command line app that will print labels. I use some code from the SDK to get everything set up:
IDymoAddIn4 DymoAddIn = new DymoAddInClass();
IDymoLabels DymoLabels = new DymoLabelsClass();
I have placed a file called "sample_label.lwl" in the executable's dir. I verify in my code the file exists, but no matter what, the following returns false:
DymoAddIn.Open("sample_label.lwl");
Is there something I'm doing wrong? It compiles fine, I reference InterOp.Dymo, using Dymo and all that.
IDymoAddIn4 DymoAddIn = new DymoAddInClass();
IDymoLabels DymoLabels = new DymoLabelsClass();
I have placed a file called "sample_label.lwl" in the executable's dir. I verify in my code the file exists, but no matter what, the following returns false:
DymoAddIn.Open("sample_label.lwl");
Is there something I'm doing wrong? It compiles fine, I reference InterOp.Dymo, using Dymo and all that.