Advanced Forum Search Results
-
check this out... may be you can find some thing here...
http://streaming.live.com/
but if you talking about live in real time basis.. then it is very diffcult to say.. as silverlight first needs to have a file or stream ... but way back in january or feb i have seen a post .. that says something like this.
"If this answer hepls you ...
-
you can also do 1 thing to prevent web service call. for each time...
if you are not changing your session vars, then you can use embbeded c# in java script like this...
var sessionval=''
check the syntax i think i forgot the syntax , but you can correct, this if help you,
"If this helps you then mark it as answered"
-
[quote user="Aparajita Pandey"]'Visual Web Developer [/quote]
do not support Silverlight..
don't know abt Silverlight on Vs 2005
-
iin c# you can do like this..SolidColorBrush sb = new SolidColorBrush(Colors.Green);
rectangle.Stroke= sb;
"If this helps you then mark it as answered"
-
in c# we do like this..
void obj_Clicked(object sender, EventArgs args)
{
// Do some thing
}
for(int i=0;i<10;i++)
{
Canvas c= new Canvas();
// set can vas properties
// set can vas event
c.MouseLeftButtonDown+= new System.Windows.Input.MouseEventHandler(obj_Clicked);
}
you can change this in to javascript..
but the ...
-
Well fonts can be used from inside the Zip file, so may be you can check that..
but if you reduce the size of you xml congif tags like. "Connection" to "cn" it will create a huge difference in your file size, the only disadvantage of this iss, that a new person will not be able to understad what is the meaning of ...
-
copy all the section and paste under SILVERLIGHT 2.0 Beta 1 simple...
-
are u downloading it to .. isolated storage..
then i will suggest use do not save it in the isolated.. because anyhow you have to download it every time..
so download it into the temp cache...
"I fhti shelps you thern mark it as answered"
-
Yes you need to write code for that...
We can provide you such a sode.. but then you need to tell exact requirment..
in the mean time if you take some tranning on programmin , then it will be very gud for you, and C# id not that tough to learn...
"If this helps you then mark it as answered"
-
Ye i agree with you, infact that is the thing which every one will ask for..
but i dont think it will be change , and if it will be changed then it sud not go beyound 2-4 MB.. or else every site will sytart dumping data oin the client machine, which is not good.
"If this helps you then mark it as answered"