Definitions: Mono 1.9 Date Submitted: 3/25/2008 9:08:32 AM Comments: Don't worry about the P/Invoke, they would be removed. However, we need the functions for the web control ;) Now there are only 7 missing! ========================================= Pending issues: 1 [TODO] System.Windows.Forms.WebBrowser::set_ScriptErrorsSuppressed(System.Boolean) Details: Stub, not implemented 1 [TODO] System.Windows.Forms.WebBrowser::set_AllowWebBrowserDrop(System.Boolean) Details: Stub, not implemented 1 [TODO] System.Windows.Forms.WebBrowser::.ctor() Details: Stub, not implemented 1 [TODO] System.Net.WebClient::set_UseDefaultCredentials(System.Boolean) Details: 1 [TODO] System.Net.WebClient::set_CachePolicy(System.Net.Cache.RequestCachePolicy) Details: 1 [TODO] System.Configuration.ApplicationSettingsBase::set_Item(System.String,System.Object) Details: 1 [TODO] System.Configuration.ApplicationSettingsBase::get_Item(System.String) Details: **************************************************** P/Invokes made by this program Library: kernel32.dll void Sleep(int) Library: user32 bool GetWindowPlacement(int, MainModule/WINDOWPLACEMENT&) bool SetWindowPlacement(int, MainModule/WINDOWPLACEMENT&) int FindWindowEx(int, int, String&, String&) int SetParent(int, int)