> using the MyWebView.Document.Paint() method. ...guide on line says "Sub Paint ( [ Clip As Rect] ) " If I write: MyWebView.Document.Paint(rect(0, 0, 200, 200)) I obtain this error: " Type mismatch: wanted Rect], got Rect instead " What's Rect] ? ...is it a bug ? Regards vuottttt