Re: [Mono-winforms-list] winform drag and drop functionality

2012-02-23 Thread Stifu
May be this bug: https://bugzilla.novell.com/show_bug.cgi?id=462687 Feel free to repost this bug on the new bugzilla (https://bugzilla.xamarin.com/) so it gets more attention. savita wrote > > Thank you for quick reply. > OS is windows XP. > The application is developed in VS2010. Installed Mon

Re: [Mono-winforms-list] winform drag and drop functionality

2012-02-22 Thread savita
Thank you for quick reply. OS is windows XP. The application is developed in VS2010. Installed Mono tools for visual studio 2010 so that we can run the application in mono. http://www.mono-project.com/GettingStartedWithMonoVS#Download_Mono_for_Windows_to_Run.2FDebug_Locally Also opened and run th

Re: [Mono-winforms-list] winform drag and drop functionality

2012-02-22 Thread Stifu
Must be a Mono bug, then. It might be OS specific, but you didn't specify the OS. PS: Note that you don't need to recompile your app with Mono in order to run it with Mono. savita wrote > > Hi, > > We have developed a drag and drop functionality in .net win form using c#. > drag sourse is lis

[Mono-winforms-list] winform drag and drop functionality

2012-02-22 Thread savita
Hi, We have developed a drag and drop functionality in .net win form using c#. drag sourse is list box drag target is textbox. It doesn't give any error when compiled in mono. However the drag and drop functionality doesn't work in mono. The text in texbox set as a blank when dragged a list item