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 open the specific word from document collection.
Aug 23 2017 12:42 AM
How to open the specific word document from document collection using VSTO. I am using add in.If I have docA and docB.First time I open docA and next time I will open docB.docB is opened but in screen docA is showing I want front screen as docB.
Here is my code,
oWordDoc = Globals.ThisAddIn.Application.Documents.Open(destinationPath, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, true, missing
, missing, missing, missing);
oWordDoc.Activate();
Reply
Answers (
1
)
How to handle the cancel event in word VSTO.
I have Prblm in EXE Generated file in windows forms Applica