Jaedan

Results 5 issues of Jaedan

Incorporate the code from Enhanced Map directly into the client.

enhancement
Priority: low

Calling Clipboard.ContainsText() crashes with this call stack: ``` System.InvalidCastException HResult=0x80004002 Message=Unable to cast object of type 'WinFormsComInterop.IExternalObject' to type 'System.Runtime.InteropServices.ComTypes.IDataObject'. Source=System.Private.CoreLib StackTrace: at System.StubHelpers.InterfaceMarshaler.ConvertToManaged(IntPtr& ppUnk, IntPtr itfMT, IntPtr classMT, Int32...

Calling Control.DoDragDrop crashes when it calls into Ole32.DoDragDrop with this call stack: ``` System.NotImplementedException HResult=0x80004001 Message=The method or operation is not implemented. Source=WinFormsComInterop StackTrace: at WinFormsComInterop.WinFormsComWrappers.ComputeVtables(Object obj, CreateComInterfaceFlags flags, Int32&...