drag drop no longer working once application gets installed.
Posted
by Sdry
on Stack Overflow
See other posts from Stack Overflow
or by Sdry
Published on 2010-06-11T10:04:58Z
Indexed on
2010/06/11
23:23 UTC
Read the original article
Hit count: 187
I have an application that has drag and drop functionality to import images and video's. While developing, and testing through Visual Studio this has never given any problems.
After installing through a set up project, everything in the application works fine, except the drag and drop, which seems to be doing nothing. Are there any security settings that need to be set through an installer, or something of that nature that could be preventing drag and drop after installation ?
© Stack Overflow or respective owner