Re: [Mono-winforms-list] drag and drop file to desktop doesn't work

2011-07-25 Thread Stifu
Most likely a Mono bug. At some point, dragging from the desktop to the app didn't work, but it got fixed a little while ago. Didn't try the other way around. For the record, the Mono team doesn't work on WinForms anymore, so patches have to come from the community. treedevil wrote: > > Hi, >

[Mono-winforms-list] drag and drop file to desktop doesn't work

2011-07-24 Thread treedevil
Hi, Mono-newbie, so please bear with me! I have a simple C# winform app (.net 3.5) that populates a listbox with the files from a folder. The goal is to drag and drop a selected file FROM the app TO the desktop (or another app), which this does in normal run mode. When I run it under Mono - I ca