Advanced Forum Search Results
-
Use:
Uri uri = new Uri("myfile.html", UriKind.Relative); // You have to specify "UriKind" to Relative
-
Thanks to Microsoft Silverlight team for delivering the most requested features in Silverlight 4...
-
Hey thanks to Microsoft Silverlight Team.... They did it atlast. Silverlight 4 with lots of goodies... Thanks again to the team... Cheers...
-
Use the follwing code: ellipse.Stroke = new SolidColorBrush(Color.FromArgb(255, 255, 0, 0));
-
I just need a clarification on whether you want to rotate the Actual Image in Silverlight or want to just rotate the Image control. If you want to rotate the actual image then you have to add your own logic (may be you have to use some bit of WPF component on that). In the other case, you can use RotateTransform to rotate the image control. In ...
-
I think so... Just check with saveFileDialog.Filename = "myFile.dat";
-
Hi Spider,
As far as I know, there is no direct access to get the Server IP in Silverlight. You have to depend on the InitParams for doing so.
But you can easily get the Server name using either "Application.Current.Host.Source.DnsSafeHost" or "Application.Current.Host.Source.Host".
-
[quote user="shanenarri"]Can i know the reason why the normal property binding not possible in silverlight3?[/quote]
This is not only in Silverlight but in WPF too. You cannot bind a normal property. It must be a DependencyProperty with the base class as FrameworkElement.
-
Can you post the javascript error?
-
If you had tried with all the options including checking for Add-Ons, then I will suggest just uninstall the Silverlight runtime including any silverlight updates first. Reboot your machine. Then goto registry (regedit) & search for the key "Silverlight". If it is available, just remove it. Now reboot the PC & install Silverlight ...