I use the WebBrowser control to start and browse some html files loaded locally in the Windows Phone 7 emulator and the device. Everything is normal until we use the query string for web page navig
Category: Silverlight
Microsoft Silverlight is a cross-browser, cross-platform plug-in that brings the next generation of media experience and rich interactive applications based on .NET Framework to the network. Silverlight provides a flexible programming model and can be easily integrated into existing network applications. Silverlight can provide fast and low-cost delivery of high-quality video information to mainstream browsers running on Mac or Windows.
WPF – Lineraxis has no decimal number
I want to avoid using decimal numbers in Axis, what should I do?
XAML:
< br />
If you are still trying to solve this problem, or others are interested:
The solution i
Silverlight – Get the current theme at the time of the application – Windows Phone 7
I want to see what is the current theme in Windows Phone 7 so that I can change the text, image and color according to the current theme.
For example, If the current theme is yellow, I will c
Data binding using Silverlight
If I want to bind the collection to some form of list control in Silverlight. Is the only way to make the underlying objects in the collection implement INotifyPropertyChanged and make the collecti
[Data Collection] Silverlight electronic whiteboard online example
[Data Collection] Online Examples of Silverlight Electronic White Edition
Seeing UDN News, there is a piece of news about electronic whiteboards. Just want to say whether there will be a Silv
Silverlight-4.0 – COMPASS API for Windows Phone 7 (Mango)
Are there any APIs that can be used to access the compass hardware in WP7 (Mango)? Yes, you can use the Compass course. You can get examples in Raw Sensor Data Sample or’How To’ Code to show how
WPF – text box mixed into the background
How to create a text box that blends into the background page, the idea here is that I want to create a NoteBook online like lines and user types (just like writing in a notebook with lines Same).
WPF – Custom Style List Box – How to preserve the style of the selected item?
I have a styled list box. List box items change color when hovering and when selected. Hovering and selecting works normally. But when you select an item and then move the mouse away Then hovering
Updatesourcetrigger property in SilverLight?
I believe that most people will encounter this situation when you enter a text box you like, and filter the ViewCollection based on the entered content.
As you might expect, Silverlight does
Where is the system.codedom.compiler.compilerParameters in Silverlight?
I want to create a mathematical expression evaluator in Silverlight.
For convenience, I need to use System.Reflection, System.Reflection.Emit, System.CodeDom.Compiler and others Related assemblies