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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EverL
  • Order by date
  1. EverL

    Word add-in C#: Add label document

    Hello, Because I don't install MS Word in my computer. So I use a .NET Word component to create document like this: Document document = new Document(); Section section = document.Sections[0]; Paragraph paragraph = section.AddParagraph()...

Part and Inventory Search

Back
Top