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
chetan Allipur
NA
541
166.2k
How to get Active Document should come front in word Addins
Sep 5 2017 3:03 AM
How to get Active Document should come front in word Addins VSTO.
I am opening multiple word document files,but recently opened file is remains back.I want to get front using VSTO code.
Here is my code
Microsoft.Office.Interop.Word.Application app = null;
Microsoft.Office.Interop.Word.Document oWordDoc = null;
app = Globals.ThisAddIn.Application;
oWordDoc = app.Documents.Open(destinationPath, missing, false, missing, missing, missing, false, missing, missing, missing, missing, missing, missing
, missing, missing, missing);
oWordDoc.Activate();
Plese help me it is very urgent.
Reply
Answers (
0
)
How to Add same product name Qty in window application c#
Without database use datagrid view