Advanced Forum Search Results
-
Hi,
can I apply a Blur Effect on Image controls?
Thanks
Gianni
-
Hi,with Expression Blend we can obtain XAML Code from simple graphic design to make Silverlight UI.. I want to know is it possible to obtain C# Code from Graphic design to make UI at runtime?
THanks a lot
-
Hi, is it possible to connect to a Database (Sql server, Access,etc.) inside a Silverlight Application?
Thanks
Gianni
-
Thanks!! It works.. but How can I set the position of the MediaElement?
Thanks a lot.
Gianni
-
Hi,
I create a new MediaElement at runtime:
System.Windows.Controls.MediaElement me = new MediaElement();
me.Source = new Uri("http://www.........",UriKind.Absolute);
me.Width = 300;
me.Height = 500;
now how can I add "me" to Canvas using C#.NET? What lines of ...
-
Hi, How can I do for maximize parent Canvas on the browser window?
Thanks
-
Hi, I made a simple Silverlight Application with VIsual Studio. It works fine but when I try to publish it on a web server I see just a blank page.
Can you explain to me what i have to do to publish this silverlight application?
thanks a lot
Gianni
-
Hi, Can I add and use a .NET DLL into a Silverlight Application?
Thanks,
Gianni