[Mono-winforms-list] GroupBox Drag'n'Drop

David NOYELLES noyelles.david at wanadoo.fr
Tue May 8 04:53:19 EDT 2007


Hi everybody,

First I'd like to thank all the development team for the hard work on Mono 
project to support .NET 2.0 application. Thanks to you, I can run console 
server application program which was rewritten from java to MS .NET 2.0 
using Mono.

Recently, I tried to run a window application with the v1.2.4 and I was very 
surprised to see my appplication start and communicate perfectly with the 
server. However, the application has been developped using the drag and drop 
functionality of filedrop on a groupbox control.
Apparently, the DragEnter event is fired, by everytime I try to get datas 
using e.Data.GetDataPresent(DataFormats.FileDrop), the sub is exited without 
error message.

So, is Drag and Drop functionality is implemented or is it a bug ?

David




More information about the Mono-winforms-list mailing list