[Mono-winforms-list] WinForms + WebKit + Mac OS X
    Alex Shulgin 
    alexander.shulgin at yessoftware.com
       
    Tue Jan 20 10:32:57 EST 2009
    
    
  
Alex Shulgin wrote:
> Hi,
> 
> I'm trying to use WebKit in a C# WinForms application running on Mac OS 
> X and I have problems.
> 
> Currently, I'm able to put WebKit control on System.Windows.Forms.Form 
> instance, but it has rendering problems: the WebKit is overdrawn by the 
> form background.  It might have other event-related issues--not sure 
> currently.
I've solved the background issue by overriding Form.OnPaint & 
Form.OnPaintBackground, so for now it renders correctly.
Still if anyone knows of other (proper) way to do this drop me a line. :)
--
Alex
    
    
More information about the Mono-winforms-list
mailing list