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!

Creating and printing labels in C# 1

Status
Not open for further replies.
Mar 9, 2006
93
CA
Does anybody know how to create and print labels in C#.NET. I have a C# program that pulls data from a database and lets the user decide what data sould go on the labels. There are two labels per 8 1/2 X 11 sheet of paper. Your help would be greatly appreciated.
Thanks
Matt
 
We often create an html file and use the webbrowser control (axwebbrowser) to send the print command.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top