TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jiangwei jiangwei
NA
1
0
C # using the word to open the document is too slow
May 6 2008 9:20 PM
Hi,
When I open Word using C #, too slow, would have quickly open the Word function »
C # code is as follows:
Microsoft.Office.Interop.Word.Application wor = new Microsoft.Office.Interop.Word.ApplicationClass();
Microsoft.Office.Interop.Word.Document doc = null ;
try
{
Console.WriteLine("open file : " + fileFullPath);
doc = wor.Documents.Open(
ref fileFullPath,
ref confirmConversion,
ref readOnly,
ref addtoRecentFiles,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing,
ref missing);
........................
Reply
Answers (
1
)
setting Datagrid.Column type
how to edit an XML Node using C#