Definitions: Mono 1.9 Date Submitted: 9/23/2008 10:45:29 AM Comments: ========================================= Pending issues: 1 [TODO] System.Windows.Forms.Cursor::set_Current(System.Windows.Forms.Cursor) Details: Implement setting a null cursor, and add XplatUI method to get current cursor 1 [TODO] System.Windows.Forms.ContainerControl::set_AutoValidate(System.Windows.Forms.AutoValidate) Details: Currently does nothing with the setting 1 [TODO] System.Windows.Forms.WebBrowser::.ctor() Details: Stub, not implemented 1 [TODO] System.Windows.Forms.WebBrowser::set_WebBrowserShortcutsEnabled(System.Boolean) Details: Stub, not implemented 1 [TODO] System.Windows.Forms.WebBrowser::set_ScrollBarsEnabled(System.Boolean) Details: Stub, not implemented 1 [TODO] System.Windows.Forms.WebBrowser::set_ScriptErrorsSuppressed(System.Boolean) Details: Stub, not implemented 1 [TODO] System.Windows.Forms.WebBrowser::set_IsWebBrowserContextMenuEnabled(System.Boolean) Details: Stub, not implemented 1 [TODO] System.Net.NetworkInformation.NetworkInterface::GetIsNetworkAvailable() Details: Always returns true 1 [TODO] System.Windows.Forms.TextBox::set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource) Details: AutoCompletion algorithm is currently not implemented. 1 [TODO] System.Windows.Forms.TextBox::set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode) Details: AutoCompletion algorithm is currently not implemented. 1 [TODO] System.Security.Cryptography.Xml.EncryptedXml::.ctor(System.Xml.XmlDocument) Details: 1 [TODO] System.Security.Cryptography.Xml.EncryptedXml::.ctor() Details: 1 [TODO] System.Drawing.TextureBrush::.ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes) Details: ImageAttributes are ignored when using libgdiplus **************************************************** P/Invokes made by this program Library: comctl32.dll bool _TrackMouseEvent(NativeMethods/TRACKMOUSEEVENT) Library: gdi32.dll bool BitBlt(IntPtr, int, int, int, int, IntPtr, int, int, NativeMethods/TernaryRasterOperations) bool DeleteDC(IntPtr) bool DeleteObject(IntPtr) IntPtr CreateCompatibleBitmap(IntPtr, int, int) IntPtr CreateCompatibleDC(IntPtr) IntPtr SelectObject(IntPtr, IntPtr) Library: KERNEL32.DLL bool SetProcessWorkingSetSize(IntPtr, int, int) IntPtr GetCurrentProcess() Library: shell32.dll uint SHAppBarMessage(uint, NativeMethods/APPBARDATA&) Library: user32.dll bool PeekMessage(Message&, IntPtr, int, int, int) bool RedrawWindow(IntPtr, IntPtr, IntPtr, uint) bool SetWindowPos(IntPtr, IntPtr, int, int, int, int, int) int GetWindowRect(IntPtr, NativeMethods/RECT&) int ReleaseDC(IntPtr, IntPtr) int SendMessage(IntPtr, int, IntPtr, IntPtr) int SystemParametersInfo(uint, uint, IntPtr, uint) IntPtr FindWindow(string, string) IntPtr GetDCEx(IntPtr, IntPtr, uint) void DisableProcessWindowsGhosting() Library: uxtheme.dll int SetWindowTheme(IntPtr, string, string) Library: wininet.dll bool InternetGetConnectedState(clsHomePlus/ConnectionState&, Int16) bool InternetGetConnectedState(frmBrowser/ConnectionState&, Int16) bool InternetGetConnectedState(frmClient/ConnectionState&, Int16)