0
Reply

Web browser in WPF grid

Ask a question
Hi,
 
            In my WPF Application i want to open a Chrome browser inside my WPF grid.Panel. Not a Web browser control,
 
            I've tried using process.start() with "chrome.exe". it's opening the chrome but not inside the grid panel.
            I've tried with the "notepad.exe"... It's working fine... the notepad is opening inside the grid panel.
 
 
            Anyone can help me out this.
 
 
 
 
Thanks in Advance.