Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Drag Drop doesn't work when debugging
posted

I have two different Windows PC's that I use for development.  One one of the two, when I run my application through the Visual Studio interface (by simply pressing Start), the Drag Over method is never called, nor is the Drop method.  On the second machine, the exact same code performs as expected, allowing drag and drop.  Another twist - on the failing machine, if I compile the application and then run the compiled version from outside of Visual Studio, it works as designed.

Do you have any suggestions on what needs to change on my failing machine to allow this functionality to be demonstrated and tested from within Visual Studio?

Thanks

Scott