Click here to Skip to main content
15,903,388 members
Home / Discussions / C#
   

C#

 
QuestionHow to read .sol files using C# ? Pin
Member 1132696310-Jul-16 12:55
Member 1132696310-Jul-16 12:55 
AnswerRe: How to read .sol files using C# ? Pin
Dave Kreskowiak10-Jul-16 13:31
mveDave Kreskowiak10-Jul-16 13:31 
QuestionWinForm TreeView allows Nodes with identical Text and Name values: true of WPF and ASP.NET TreeViews ? Pin
BillWoodruff10-Jul-16 0:32
professionalBillWoodruff10-Jul-16 0:32 
AnswerRe: WinForm TreeView allows Nodes with identical Text and Name values: true of WPF and ASP.NET TreeViews ? Pin
Eddy Vluggen10-Jul-16 0:59
professionalEddy Vluggen10-Jul-16 0:59 
AnswerRe: WinForm TreeView allows Nodes with identical Text and Name values: true of WPF and ASP.NET TreeViews ? Pin
Mycroft Holmes10-Jul-16 2:48
professionalMycroft Holmes10-Jul-16 2:48 
QuestionSendMessage Pin
sunsher7-Jul-16 19:16
sunsher7-Jul-16 19:16 
AnswerRe: SendMessage Pin
Richard MacCutchan7-Jul-16 20:20
mveRichard MacCutchan7-Jul-16 20:20 
GeneralRe: SendMessage Pin
sunsher7-Jul-16 20:28
sunsher7-Jul-16 20:28 
GeneralRe: SendMessage Pin
Richard MacCutchan7-Jul-16 20:39
mveRichard MacCutchan7-Jul-16 20:39 
GeneralRe: SendMessage Pin
sunsher10-Jul-16 12:53
sunsher10-Jul-16 12:53 
GeneralRe: SendMessage Pin
Richard MacCutchan10-Jul-16 22:42
mveRichard MacCutchan10-Jul-16 22:42 
GeneralRe: SendMessage Pin
sunsher11-Jul-16 13:41
sunsher11-Jul-16 13:41 
QuestionStack and Heap Pin
Member 111616257-Jul-16 17:13
Member 111616257-Jul-16 17:13 
AnswerRe: Stack and Heap Pin
Richard MacCutchan7-Jul-16 20:14
mveRichard MacCutchan7-Jul-16 20:14 
AnswerRe: Stack and Heap Pin
OriginalGriff7-Jul-16 20:42
mveOriginalGriff7-Jul-16 20:42 
QuestionStringbuilder printing "System.Collections.Generic.List" instead of the string item in the list, why? Pin
Member 122479807-Jul-16 3:56
Member 122479807-Jul-16 3:56 
AnswerRe: Stringbuilder printing "System.Collections.Generic.List" instead of the string item in the list, why? Pin
Eddy Vluggen7-Jul-16 4:03
professionalEddy Vluggen7-Jul-16 4:03 
AnswerRe: Stringbuilder printing "System.Collections.Generic.List" instead of the string item in the list, why? Pin
Matt T Heffron7-Jul-16 7:35
professionalMatt T Heffron7-Jul-16 7:35 
QuestionHow to convert .docx file to .html with image and equation Pin
Member 44636384-Jul-16 5:32
Member 44636384-Jul-16 5:32 
AnswerRe: How to convert .docx file to .html with image and equation Pin
Eddy Vluggen4-Jul-16 6:27
professionalEddy Vluggen4-Jul-16 6:27 
AnswerRe: How to convert .docx file to .html with image and equation Pin
Kimberly Weldon5-Jul-16 1:13
Kimberly Weldon5-Jul-16 1:13 
AnswerRe: How to convert .docx file to .html with image and equation Pin
koolprasad20036-Jul-16 18:21
professionalkoolprasad20036-Jul-16 18:21 
If you have DOCX installed on your machine, then you can use Word automation (Interop object) to convert DOCX to HTML
referred assembly 'Microsoft Office 8.0 or 14.0 object library' and you can do it easily
see below link
Microsoft Interop API to convert the .doc, .docx, .dot, .dotx and .xls,.xlsx, .rtf to HTML[^]
OR
you can use OpenXmlSDK to convert it to HTML, PowerTools for Open XML has DOCX to HTML facility
check here[^]
Hope it helps
Find More .Net development tips at : .NET Tips

The only reason people get lost in thought is because it's unfamiliar territory.

Questionsimulate Alt+Shift in all objects of project C# Pin
hahaie3-Jul-16 22:22
hahaie3-Jul-16 22:22 
AnswerRe: simulate Alt+Shift in all objects of project C# Pin
OriginalGriff3-Jul-16 22:50
mveOriginalGriff3-Jul-16 22:50 
Questionhow to sum time in grid view footer c# Pin
Member 125037693-Jul-16 20:06
Member 125037693-Jul-16 20:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.