Advanced Forum Search Results
-
Hi,
I created a Silverlight-Application that uses a WCF-Services Hosted In windows service,code like this
using System;
using System.ComponentModel;
using System.Configuration;
using System.Configuration.Install;
using System.ServiceModel;
using System.ServiceProcess;
using System.ServiceModel.Web;
using System.IO;
using ...
-
Hi,
I build a WCF service Hosting in a Windows Service Application , the uri is:
http://10.13.56.21:8899/CanLineService
and I want to enable a Silverlight control to access this service in another domain(http://10.9.10.7:2350/), and I place clientaccesspolicy.xml at the root of the domain where the ...
-
Hi:
I met some problem,in my project,I got data by webClient to re-render my line chart,and data updated from time to time, my uri like this:
string randNumber=DateTime.Now.Millisecond.ToString();
//request every two second
Uri endpoint =new Uri("http://localhost:49955/DataHandler.ashx?No=001002&rand="+ randNumber ...
-
Hi:
I want to change the background of list,like this:
and my code like this
<Style x:Key="ListBoxItemStyle1" TargetType="ListBoxItem">
<Setter Property="Foreground" ...
-
hi,Skyrunner:
thank your reply,I solve this problem like this,and very easy:
Right click the xaml file, and go to Properties. Change the Build Action to content.
-
Hi:
I named the file Header.cs,and i loaded the xaml file using stream and Application.LoadComponent(this, new Uri(uriStr,UriKind.Relative));
-
Hi:
I create a base class like this
namespace myCalendar.Calendar
{
public abstract partial class BaseControl:Canvas
{
private Canvas _root;
public Canvas ...
-
HI:
I want to add a click event to the day which I select in calendar ,I had a try using selectdayChanged event,but not my effect,some one can give me advice,thanks in advance
-
I choose silverlight because it's a technology supported by microsoft,and it can supply HD vedio than flex,that is flex can't provide.
-
Hi:
I want to change the style of calendar,and I use the skin created by CorrinaB ,but I want to chage the name in week "sun mon Tue Wed Thu Fri Sat" into "sunday monday tuesday wednesday thursday friday saturday",what should i do?
any advice would appreciate!