Advanced Forum Search Results
-
[quote user="philip.beadle"]
Also use x:Name not Name.
[/quote]
Whats the difference?
-
1) How do you refer to something in your XAML to your C# code? For instance I create a grid with the name "MyGrid", then in my C# code when the button is clicked I want to change the grid's background to blue. Thus I though you could type MyGrid.Background = Background.Blue but it doesn't work because it says it doesnt know what ...
-
Hey everyone,
I would like to take this opportunity to introduce myself to the Silverlight community :) This is my first time trying out Silverlight and I have one simple question:
I wish to create an online multiplayer game using C#, but is Silverlight the answer? or should I stick with Flash or Shockwave?
One good example is ...