Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

External file drag and drop into gadget using Silverlight 4.0 - not
working.

XAML Code:
<StackPanel Background="DarkGray" AllowDrop="True" Drop="StackPanel_Drop">

C#:
==
private void StackPanel_Drop(object sender, DragEventArgs e)
1. Function -> not calling:--> what is the issue?
2. Gadget External file drag and drop - not support?
3. How to fix?

E:mail: [address removed]
Baski
Posted
Updated 14-Dec-10 23:18pm
v3
Comments
Abdul Quader Mamun 15-Dec-10 5:07am    
Use pre tag for better reading.
Toniyo Jackson 15-Dec-10 5:10am    
Always write your code inside code block
#realJSOP 15-Dec-10 5:18am    
Do not include your email address in your messages.
Abhinav S 15-Dec-10 5:49am    
Your question is not very clear...

1 solution

I don't think you can do that unless that Silverlight app itself is running out-of-browser.

EDIT ==================

Why was this voted a 1? Was I wrong? Did you just not like the answer?

 
Share this answer
 
v3
Comments
Abhinav S 15-Dec-10 5:48am    
I've tried to fix the vote - don't know why it got down voted.
#realJSOP 15-Dec-10 6:07am    
HE wants to drag a local file onto a control in his silverlight app. Is that even possible?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900