|
We are trying to use Drag and Drop inside an Inernet deployed web client. When we set Control.AllowDrop we get a security exception, because AllowDrop requires "unrestricted clipboard access" and internet deployment only allows "own clipboard access".
We must live within the default Internet Trust environment, as we are expecting consumers to use our app over the web. We can't possibly expect the consumer to know how to change the security. Let alone trust us enough to do it.
How to setup drag and drop within our client? Does this require fully custom code? Will Microsoft consider adding a property to the Control.AllowLocalDrop?
Tired and confused desparately trying to develop smart client applications Mark Levison
|