Advanced Forum Search Results
-
Thanks for reply,
Can someone tell me how to embed pdf file in silvrlight so that my site's visitor can view the pdf but should not be able to download pdf file.
It's urgent,
Thanks in advance
-
Hi,
I uploaded pdf file to server so that my site's
visitor only able to view pdf but should not be able to download, save,
copy pdf. and not have a temp file of the pdf ever be downloaded to their machine.
How can I get above behaviour and protect pdf from download?
Thanks in advance
-
Hi,
How can I get the cursor to an Adobe style hand icon, indicating ability to DragnDrop. I did not find, that Adobe style hand icon type of cursor in silverlight. Anyone, please help me with this.
Thanks in advance.
-
Hi,
I got actual problem which is related to coordinates and I fixed that prblem so Ignore this post.
Thanks a lot.
-
Hi,
Here is codexaml: <UserControl x:Class="moveImageTest360.Page"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="2000" Height="112">
<Canvas x:Name="LayoutRoot" ...
-
Thanks a lot for help.
Yes now it is working fine.
Now I have to add one more functionality that is Drag and drop in above code.
Can anyone tell me how to provide dragging to Images in above code in addition to key events
Thanks in advance
-
I am using following code.
C# Code Behind
public MainPage()
{
InitializeComponent();
Loaded += new ...
-
How can I pass arguments from Page.xaml to Page.xaml.cs
Page.xaml code:
<UserControl x:Class="moveImageTest.Page"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-
Thanks a lot MarkTap.
-
Thanks for help.
Can anyone tell how can I use Popup in Silverlight so I can get following behaviour for Popup.
First I tried ToolTip but that display only for 5 seconds which is very less time so now I am trying on Popup control
1. I have 10 different images.
2. When mouse hover on any image than user can see description of that image. ...