tagged [silverlight]

Set silverlight Template from code?

Set silverlight Template from code? How can i set the control.Template from code if my template is placed in an ResourceDictionary?

2 Jan at 14:24

What is the difference between WPF and Silverlight application?

What is the difference between WPF and Silverlight application? What is the difference between WPF and Silverlight application? Are they the same?

22 Apr at 13:20

Farseer Physics Tutorials, Help files

Farseer Physics Tutorials, Help files Is there a tutotial or help file, suitable for a beginner c# programmer to use.

19 Sep at 14:5

Converter With Multiple Parameters

Converter With Multiple Parameters How does one use a converter with Multiple parameters in a Windows Phone 7 Application?

how to get swipe in windows phone 7

how to get swipe in windows phone 7 I want to swipe images in windows phone 7. Where do I begin from?

3 Dec at 14:37

ItemsSource vs DataContext in binding case

ItemsSource vs DataContext in binding case My main question is about binding case in the scene that we have multiple sources for a control(a combobox inside a datagrid)(or having both datacontext and ...

Clone a control in silverlight

Clone a control in silverlight What's the best way to clone a control in Silverlight (including it's children)? UPDATE Is there a better way in Silverlight 2?

21 Nov at 22:15

How can I show folder and its subfolders from server to Silverlight application in TreeView?

How can I show folder and its subfolders from server to Silverlight application in TreeView? How can I show folder and its subfolders from server to Silverlight application in TreeView?

20 Apr at 05:45

Hide a field in silverlight data form with data annotations

Hide a field in silverlight data form with data annotations Which `DataAnnotation` attribute can I use to instruct the silverlight data form not to show that field?

18 Jul at 20:24

Best way to read through xml

Best way to read through xml HI I have a xml document like this: I want to use `XmlReader` to read through this xml and return a list of students as `List`. I know this can be achieved as follows: ```...

14 Aug at 10:58

Create UserControl in non-UI thread Silverlight 5 browser application

Create UserControl in non-UI thread Silverlight 5 browser application I have a Silverlight 5 browser application. There is a class I need to create multiple instances of this class and call the method...

What is the difference between Property and Dependency Property

What is the difference between Property and Dependency Property Dependency properties are created the same way as properties. Is a dependency property used only while creating a custom control?

silverlight mouse position c#

silverlight mouse position c# Is there a way to get mouse position without attaching a event handler? I'm trying to get a box to appear where the mouse is. Thanks Sp

14 Oct at 20:31

Using JsonServiceClient in OOB Silverlight application

Using JsonServiceClient in OOB Silverlight application Is it possible to use JsonServiceClient in Silverlight when running OOB (Out of browser)? I have a backend system which expose a number of webser...

Custom Controls with Blend

Custom Controls with Blend I'm building custom control for my Silverlight 2 app. It's in one SL class project, and it contains two files: - - I created whole xaml by hand, and it works, but want to ...

25 Nov at 15:9

wp7 Haptic Feedback

wp7 Haptic Feedback Where could I find documentation on how to implement haptic feedback for windows phone 7? I want the phone to give short vibrations when a button is pressed.

19 Nov at 14:4

Launch Silverlight Out-of-Browser from browser post-installation

Launch Silverlight Out-of-Browser from browser post-installation I am building a prototype application in Silverlight 4 Beta and I am using the Out-of-Browser (OOB) functionality. I need the OOB funct...

Silverlight DataGrid: Export to excel or csv

Silverlight DataGrid: Export to excel or csv Is there a way I can export my Silverlight DataGrid data to excel or csv? I searched the web but can't find any examples! Thanks a lot

25 Nov at 16:15

ContextMenu on tap instead of tap and hold

ContextMenu on tap instead of tap and hold I need to open up a menu and since WP7 is `not designed` to perform such actions, I am taking help of Toolkit. Following is the sample code: ```

Developing Silverlight in Visual Studio Express?

Developing Silverlight in Visual Studio Express? Can I develop Silverlight applications in Visual Studio express? When I start up Visual C# Express 2008 it doesn't give me any options to create Silver...

Adding an instance to a MEF container

Adding an instance to a MEF container How can you add an already created instance to a MEF container/cataloge to use when resolving Imports. I want the functionality that Unity gives with the `Registe...

4 Mar at 08:42

Silverlight 2 ArgumentException

Silverlight 2 ArgumentException I have a silverlight 2 app that has an ObservableCollection of a class from a separate assem/lib. When I set my ListBox.ItemsSource on that collection, and run it, I ge...

17 Dec at 00:28

What is the use of Deployment.Current.Dispatcher.BeginInvoke( ()=> {...} )?

What is the use of Deployment.Current.Dispatcher.BeginInvoke( ()=> {...} )? I have seen this Deployment.Current.Dispatcher.BeginInvoke( ()=> {...} ) format in some code .Is it used to do some work in ...

13 Jan at 11:2

How to get app version in Windows Phone?

How to get app version in Windows Phone? In C# one can use System.Version.Assembly to get the version of a running app. However this doesn't appear to exist in Silverlight for Windows Phone. Is there ...

30 Sep at 19:5

Is there a fully managed (.NET) Lua interpreter?

Is there a fully managed (.NET) Lua interpreter? Does anyone know if there is a fully managed (.NET) Lua interpreter? The regular source can be compiled with managed extensions for desktop .NET, but i...

20 Oct at 21:26