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

does silverlight support remoting?

Not implemented exactly like the full .NET framework, no. But Silverlight supports Sockets if you need that level of communication. …
2
votes

fire silverlight events with javascript

Video walk through here: http://silverlight.net/learn/learnvideo.aspx?video=65683 …
1
vote

What is the best way to support plugins with a Silverlight app?

Think about storage too. I was thinking about this same curiosity. Perhaps IsoStore is a place where you can keep them. A user has a plugin for your app (that conforms to an interface) and you c …
1
vote

Silverlight 3 Offline Mode

GWLlosa -- really, you're getting that type of feedback. That's surprising. But you do mention power users. Given that I'll offer this. First, you can install the shortcut to the desktop and/or …
0
votes

How to create silverlight app with vwd 2008 sp1?

Larry also make sure you are choosing New Project instead of New Web Site. …
2
votes

Silverlight file upload tutorial?

http://silverlight.net/learn/learnvideo.aspx?video=69793 …
0
votes

play media file error in Silverlight

George2 - I'm assuming the media parameter for the video player you are using is http? if so, you are running your html page under the file:// scheme. You must use the same scheme for web request …