procedure TForm1.Button1Click(Sender: TObject);
var
vaIn, vaOut: OleVariant;
begin
WebBrowser1.Navigate(\'http://www.google.com\');
while WebBrowser1.ReadySta
The following code makes the Print dialogbox a model dialog box, so that only when the use done with the Print dialog he will come back to the application.