Hello,
I need to build a new website. I would like to use Silverlight.
How do I start a Silverlight website?
Where can I find a step by step tutorial?
TY
A while ago I read a news here, that Microsoft changed its strategy for silverlight and will replace it with HTML5.
As it is a controversial discussion, some guys from Microsoft and other corporation wrote about it and some agreed and some don't?
As it is important to be aware of near future of tools that you are using, what do you think, Will…
We've noticed a compatibility issue with a Silverlight 3 app which runs fine with v3.0.40818, v3.0.50106 and v4.0.50401 but refuses to load in v3.0.40624. Instead it gives a message box saying a more recent version of Silverlight is required.
Does anyone know what the changes were between 3.0.40624 and 3.0.40818 or why the app might not be…
We're using silverlight on our SharePoint site. When someone navigates to the page containing the silverlight object, they are prompted for credentials. Other pages work fine.
I'm wondering if the client is trying to retrive the xap file (which is in a location the process hosting the web application has access to, but not the user).
Is…
When I tried to open the application here.
http://amazedsaint.net/nerddinner
It gives me an error saying that:
This application was created for an
expired beta release of Silverlight.
Please contact the owner of this
application and have them upgrade
their application using an official
release of Silverlight.
So what…
I have a game of jeopardy that I made in PowerPoint and I was wondering if I could have a Silverlight application read the ppt file. Or is there a way to convert a .ppt file to a Silverlight readable format?
Duplicate of: Silverlight Install Base - How big is it?
Hi,
Anyone knows the penetration rate (in %) for all North-American internet users with the Silverlight plugin installed? Been looking all around, but couldn't find any comprehensive numbers.
I'm looking for General Public penetration rates, not only within the dev community.…
Does Microsoft use or plan to use Silverlight in its own web applications like MS CRM? Is there any known risk for Silverlight LOB applications instead of ASP.NET? Is this a stupid question?
Hi,
can i comunicate a silverlight application with a windows workflow foundation app,if yes how can i do that?
, i try to add a reference from my silverlight app to a windows workflow app and it doesnt work.
Thanks
Hi....I need to prepare proof-of-concept for a silverlight application. For that I need to load PPT in silverlight. I just need to load PPT in browser and allow the user to perform next, previous, stop and pause actions. Anybody can help out.
I'm developing a web site, and i'm using infragistics for web, but I want to use in some pages silverlight controls (Infragistics too). Is there a way to access a silverlight control's properties and methods from an aspx page?
Thanks in advance for the help.
Hi,
I need to have yes No Cancel confirmation window in my silverlight app.
I am trying to use child window for this purpose.
But this.Show(); doesn't wait till the user gives his input.
Any help ?
Thanks
PS: i m new to silverlight
I have Silverlight 3.0 applications with some custom graphic and some charts. I need to find a best way to transfer this graphic to PowerPoint presentation.
I`we read that Silverlight 4.0 offers new Clipboard API, but there is only support for Unicode-text, not images.
Is there a way to achieve this task without forcing user to…
Hey!
I am building a Silverlight application that should get it's elements from XML defined objects, but I am kinda stuck: how should I feed the Silverlight application with the data in the XML?
What would be a good approach? Can this be done by transforming XML to XAML using XSLT?
Any other suggestion?
Hi,
is it possible to let clicks on a HTML element that's overlaying a Flash or Silverlight object bubble through to the Flash / Silverlight object? I've been experimenting with this, but i can't figure out if it is even possible because of possible security restrictions.
Is there any way I could draw screenshot design of Silverlight application using Visio?
Or any other tool I could use to draw screenshot of Silverlight application?
Thank you.
Hi,
Have You got any tutorials, books, any good resources to start creating mobile games using silverlight ?
Maybe any good resource on writing 2d games in silverlight for pc?
Ay way do You think that its worth learning it or any other technology would be better and have probably shinier future ?
It seems that Silverlight/WPF are the long term future for user interface development with .NET. This is great because as I can see the advantage of reusing XAML skills on both the client and web development sides. But looking at WPF/XAML/Silverlight they seem very large technologies and so where is the best place to get start?
I…
Hello,
I am working on Silverlight project.
I added a custom user control (Say, control1) which has a text box and button to a xaml page (Say, Page1).
Now what I want to do is when users clicks on the button, i want to pass the value in the textbox to Page1 and do something.
So basically, I am looking for a way to pass back a…
Hi....I need to prepare proof-of-concept for a silverlight application. For that I need to load PDF in silverlight. I just need to load PDF in browser and allow the user to perform next, previous, stop and pause actions. Anybody can help out.
I'd like to use Google AppEngine with Silverlight client. I'm hoping to use the Google login authentication mechanism within the Silverlight client. Is this possible? Does anyone have any example sites where a RIA client used in conjunction with Google AppEngine security?
Thanks.
In Silverlight the Math.Round() method does not contain an overload with 'MidpointRounding' parameter. What is the best approach to round a double away from zero in Silverlight in this case?
Example:
Math.Round(1.4) = 1
Math.Round(1.5) = 2
Math.Round(1.6) = 2
Hi I want to know if there is a way using C# to get the Current Silverlight Version a user is running when opening a client of an app im developing.
Its for logging purposses.
I want to know if they are using silverlight 3 or 4 on their browsers
Hi,
Might be this question a blunder :(...
I have a a button in silverlight application...
<Button Height="25" Width="100" Grid.Column="0" Grid.Row="0" Click="Button_Click"/>
I read that silverlight need WCF to interact with server side... So is it like to access my "Button_Click" event I need WCF ?