blah blah blah is here! blah blah » Close

0
votes
0 answers

Is there a way to detect a mouse click in a Word document?

Hi I'm woundering if there is a way to detect a mouse click in a Word document that I have opened in my Form. I have googled a lot but I haven't found anything that have helped me or I didn't understand. Many thanks for help and code ...

0
votes
0 answers

Create Mergefields in Word with c#

I searching for a method to create mergefields in Word. I don't need the mergefields to be directly placed in the document, but the need to be in the mergefields entry in the top menu so I can place them myself in the empty document I creat ...

0
votes
0 answers

How to view msword file in web page

I want to display a word file in browser for users.Is it possible to display word file in browser in asp.net

0
votes
0 answers

compare word document with pdf file in C#

How to compare text from word document with pdf file in C# and must show the mismatching text

0
votes
1 answers

How do I write strings inside a word2010 document (docx) from inside c#?

q12
349

How do I write strings inside a word2010 document (docx) from inside c#? I can extract(with Ionic.Zip.dll) the xml that contain the whole data from a docx, and read it with a StreamReader, but i want to "Open" the docx, not extra ...

0
votes
1 answers

Merging List of word-documents in .NET

Hello, I'm trying to merge a bunch of word-docs into one. I've found a lot about this subject on the web, but they all start from documents saved on file and reading it into a string.. I have a list of word-documents created in my app ...

0
votes
1 answers

C# Word Interop Search and Replace clears formatting?

foamy
2499

Hi all, Below is my code to do a search and replace through multiple files using Word Interop. The problem I'm facing is that the formatting (particularly paragraph and line spacing) gets reset when I use this code on my word file. Any h ...

0
votes
1 answers

Document word in sql server 2k db

Hello folks, I'm new in this site. I've got an sql server 2k database. My OS is Windows XP. I'm working on Web Forms with ASP.NET. I've got a table named "Documents" which has a column named "Doc" with "image&qu ...

0
votes
0 answers

Word document parsing in db using asp.net

I just got a requirement from my boss to write a code in c# which can read the resumes of the canditates from a particular location and then parse it so that name goes to the name field in the db and address goes to address dield of the tab ...

Feedback