Click here to Skip to main content
15,898,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a WPF application and I am trying to run wordweb.exe in the same window.
This Wordweb is an external application that is installed in my PC and I am passing the filepathinfo through process.start in my WPF application.
I got it running but in a new window.
Can I get the same displayed inside a panel within the same window ?
plz help me in C#.

Thanks a lot in advance!
Posted
Updated 5-Apr-11 20:06pm
v2
Comments
Sergey Alexandrovich Kryukov 6-Apr-11 2:42am    
Can you tell me: why do you ask exactly the same thing as vaishnavirs?!!
Same assignment is same school, working together..?
Could you simply look at other Questions before asking?
--SA

No. You can't do it.

The external application is a completely new process, running in it's own space. You can't persuade it to run fully as a control in your application without access to the source code of the application.
 
Share this answer
 
I just answered. Please see this: Process.start in the same window[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900