Advanced Forum Search Results
-
Site Looks Good. But it has very less features of Silverlight. As you are trying to show silverlght the site should have been done with most of the silverlight toolkit so that everyone will be excited and start using silverlight.
Cheers
Hari
-
I have done with adding a seperate scroll view instead of stack panel. I just like to know whether is there any other option other than that.
<Grid.RowDefinitions>
<RowDefinition ...
-
Hi I have video element it is and i have a stack panel above that. I need to have a scroll bar for the video. I tried this. but scroll bar is not coming. Could you please help me on this issue
<Grid.RowDefinitions>
<RowDefinition ...
-
Hi,
I have created a silverlight application. I have uploaded the latest version of XAP into the server. But, when I try to browse the web site xap file is not getting updated in client. I need to clear the browser history to get the latest version of xap from the server.
I read some thing about Cache.Expired = -1;
to make it work but it ...
-
I tried with vsm it just work with one property not like gradient effects
i have created a sample application button its not working on mouse hover. Please help me
<UserControl x:Class="SilverlightApplication1.Page"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
-
Its very good article but i'm not able to understand easily and try to make it in my application. If anyone tried please give me some update on this
-
Then how can i able to do the mouse hover action. For eg. In silverlight home page they have menu contorl and that has a mouse hover event. They are able to do it.
I belive there is possible.
But style might be option there is method SetValue method in style.
-
I'm just building a silverlight application i have two styles in my app.xaml Menu and MenuHover. How i change in the mover hover. Like Mouse Enter or Mouse Leave to set the Menu Style programatically,
-
private void btnBrowse_Click(object sender, RoutedEventArgs e)
{OpenFileDialog dlg = new OpenFileDialog();
dlg.Filter = "Images(*.bmp;*.jpg)|*.bmp;*.jpg";if (dlg.ShowDialog() == true)
{
txtFileName.Text = dlg.File.ToString();Stream s = dlg.File.OpenRead();
bImage = new byte[s.Length];s.Read(bImage, 0, (int)s.Length); ...
-
You can have method validate to validate user via WCF service or ADO.NET Service.