Search Results

3
votes

How to create a numeric textbox in Silverlight?

Take a look at NumericUpDown in the Toolkit http://codeplex.com/Silverlight and maybe you can use that or look at the source to implemen …
1
vote

Can I get the Silverlight mediaplayer to play .Vox files?

Silverlight will only play VC-1 encoded content right now. You can see the supported formats/containers here: …
5
votes

How can I pass an ASP.NET querystring value into my silverlight 2 control?

While this covers the concept in startup parameters (which is possibly what you are doing) here's a walk-through about it. …
0
votes

XAML page Flip twist

You may want to try /SLBookDemoApp;component/PageTeste2.xaml. …