Sathish Kumar

Sathish Kumar

  • NA
  • 55
  • 12k

Web browser in WPF grid

May 13 2015 10:18 AM
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.