Search Results

5
votes

Detect via javascript whether Silverlight is installed

Please actually use the latest script available at http://code.msdn.microsoft.com/silverlightjs for the latest updates. Th …
1
vote

Calling WCF Service from Silverlight

Some debugging techniques available via a webcast I did that attempted to demonstrate some of the techniques I wrote about: https://www.livemeeting.com/cc/mseventsbmo/view?id=1032386656&role=at …
2
votes

Silverlight development [Visual Studio 2008 vs Expression Blend]

The major pro is that it is the visual design surface for the XAML for Silverlight. Right now, the visual design surface in VS for Silverlight is read-only. I always describe Blend as a graphical …
2
votes

View SVG using Silverlight or Flash

Additionally Inkscape has support for exporting SVG images to XAML output. Neither of course is exactly what you are asking for as both "convert" in some manner, but to directly answer -- No, Silv …
1
vote

how do you package up silverlight dlls into a xap file?

Hey Brian, you can get chiron from http://www.codeplex.com/sdlsdk -- it was decided to be removed from the SL SDK core tools, but is stil …
0
votes

View SVG using Silverlight or Flash

milhous: I'm not familiar with Inkscape's command-line interface (if any), but you can take an SVG and save as Microsoft XAML. …
0
votes

how do you package up silverlight dlls into a xap file?

More specifically you can still use MSBuild. The targets should be located at C:\program files\MSBuild\Microsoft\Silverlight\v2.0 if you need to look at them or modify...your .csproj(or.vbproj) ca …
0
votes

Automatically applying a template (theme) in Silverlight 2 (RC0)

Einarl: Right now there isn't a way to "cascade" control templates/styles in Silverlight 2 core. That is to say that you can't set a style/control template for TextBox and expect all TextBoxes to …
2
votes

How to change the default Browser in Expression Blend

Right now there is not a setting to do that. It will use the default configured browser. …
0
votes

Getting XAML of the current screen in silverlight 2

Hi John, unfortunately there is not a method for a .ToXaml() on an element tree unfortunately. You can use VisualTreeHelper to build such a method and recurse through a particular element I suppos …
0
votes

Online game: Macromedia Flash or Microsoft Silverlight and why?

A good resource for some Silverlight content is Bill Reiss and I imagine he'll jump in here. He's got experience in casual gaming. Also check out …
11
votes

Where is the Silverlight Calendar Control?

The calendar control is an SDK control in the assembly System.Windows.Controls namespace -- look at %program files%\Microsoft SDKs\Silverlight\v2.0\Libraries\Client add a namespace to your xaml (a …
1
vote

Silverlight - protecting Content inside a network (DRM?)

Michael: you could do a few things. You could use IIS7 and create a web playlist which can be protected by SSL certificates to secure the stream. Additionally Silverlight does support a no-touch …
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 …
2
votes

Silverlight/Flash webcast software, similar to Channel 9 PDC 2008

The PDC Channel 9 Site is using the player base from http://codeplex.com/SL2VideoPlayer with some of their modifications (which we pl …

1 2 3 4 next
15 30 50 per page