TMSFNCWebBrowser Print Page

hi i search a function to Print a Webpage

Hi,

You can use the following code to print a page:

  TMSFNCWebBrowser1.ExecuteJavascript('window.print();');

:+1: