Click here to Skip to main content
16,017,907 members

Comments by Truld (Top 4 by date)

Truld 25-Apr-17 7:13am View    
To add a source of that snippet code, for future reference, this example demonstrates how to convert HTML content to Word document in C#. The example uses a Word processing library for C#.
Truld 25-Apr-17 7:08am View    
Truld 19-Apr-17 4:10am View    
Try this C# class for SMTP client, also check this example that demonstrates how to send an email with C# or VB.NET code.
Truld 19-Apr-17 4:04am View    
I preferred to use a presentation library for C# and VB.NET. You can copy any existing slide and add it to your presentation with AddClone method. For example check out this slides example for C# and VB.NET.