Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie at DDE needs help 1

Status
Not open for further replies.

OrthoDocSoft

Programmer
Joined
May 7, 2004
Messages
291
Location
US
Folks,

The good news is that my application ran at my first client site very well!

The client wants to be able to print labels. I have a DYMO LabelWriter 400 that comes with an unintelligable SDK.

My problem is that I can make the labeler "push" a label out (so my connection methods are ok), but I can't seem to get the text I want sent to the labeler. So in other words, the lable comes out blank.

Can someone give me the simplest code to print a label? Perhaps a "Hello World" example.

Thanks much,

Ortho

[lookaround] "you cain't fix 'stupid'...
 
Hi Doc,

This says " ...LabelWriter also prints from other programs through standard print drivers."

This suggests it can be just another Windows printer so have you tried printing to it from vb6 using stuff like;
Printer.Print "Hello World"
Printer.EndDoc
 
Hugh,

tried it your way.

Worked!

Star

Ortho

[lookaround] "you cain't fix 'stupid'...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top