Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81574 --- shadow/81574 2007-05-09 03:27:52.000000000 -0400 +++ shadow/81574.tmp.23020 2007-05-09 03:27:52.000000000 -0400 @@ -0,0 +1,35 @@ +Bug#: 81574 +Product: Mono: Class Libraries +Version: 1.2 +OS: Mandrake 9.1 +OS Details: Mandriva +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Problem to access to Data objects in a DragDrop event + +Description of Problem: +When I use file drag and drop functionality on a groupbox control, the +event is fired correctly, but accessing the e.Data.GetDataPresent +(DataFormats.FileDrop) exits the sub without any error. + +Steps to reproduce the problem: +No steps necessary + +Actual Results: +Accessing the e.Data.GetDataPresent(DataFormats.FileDrop) exit sub without +error + +Expected Results: +Getting result of bool IDataObject.GetDataPresent(string format) + +How often does this happen? +Always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
