Advanced Forum Search Results
-
Hi,
Please check Brad Abrams's blog
http://blogs.msdn.com/brada/archive/2009/03/25/silverlight-3-and-seo.aspx
Also, check this article
http://silverlight.net/learn/whitepapers/seo-for-silverlight/
-
Hi,
Siverlight 4 provide a elevated trust mode in OOB, it gives ability to out the boundary of sandbox.
http://silverlight.net/learn/videos/all/network-authentication-trusted-network-access/
See if has any luck there
Thanks,
-
Hi,
There is RichTextArea control available in silverlight 4 beta, please have a look
http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/11/18/silverlight-4-rough-notes-richtextarea.aspx
Thanks,
-
Just Google ithttp://www.pacdv.com/sounds/index.html
http://www.partnersinrhyme.com/pir/PIRsfx.shtml
http://filmsound.org/sound-effects/libraries.htm
-
Hi David,
No better approach but change your code, use equivalent method(type) or write by yourself.
-
Hi,
Farseer Physics Engine contains Collision detect function, have a see.
http://www.codeplex.com/FarseerPhysics
-
Hi Sal,
You could use Silverlight Navigation Framework, by handling Image.MouseLeftButtonDown event, manipulate Frame element to navigate to target page.
Thanks,
-
Hi maifs,
I dont know what is silverlight add, if you mean how to host silverlight app on asp.net, then check this article
http://msdn.microsoft.com/en-us/library/cc838217(VS.95).aspx
Thanks,
-
Hi,
You could use Clip to change Textblock's display area according to the progress value step by step. Retemplate ProgressBar would make the implementation more complex, you'd better create a entire new custom control.
please check these article
How to create New ...
-
Hi,
Have you tried RIA service? I think it's a very good N-tier architecture for silverlight. Please have a see.http://code.msdn.microsoft.com/RiaServices
Thanks,