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
micha r
NA
1
1.2k
Integrating a WPF into an existing Word AddIn
Jan 26 2014 5:02 PM
Hi,
Disclaimer: I have so far only written small single purpose applications, I would consider myself a entry level coder. I have no experience whatsoever using WPF or XAML.
I have written a MS Word add in that tracks metadata for .docx documents. I am now trying to integrate an interface so that users are able to analyze the metadata connections between the files. I have added a custom button that builds a graph depending on the information found, the last step left is the visualization of said graph.
I decided to use Graphsharp, a pretty cool library for visualizing graphs. I followed an
example
by Sacha Barber on how to use WPF and XAML forms to create a window.
Now I got the following issue, I have no clue how to connect the WPF application with my existing AddIn. How do I initialize the component from within my existing application? I got a MainWindow.xaml and MainWindow.xaml.cs, but my application runs out of my ThisAddIn.cs.
I am happy to provide code, but I am unsure which bits are needed and I doubt it helps if I just copy paste all my stuff.
Thanks for any help provided!
Reply
Answers (
0
)
how to make a WPF window password protected on closing
Please provide sample application with CRUD Operation ?