ICE Video Player support 720/1080p HD Videos using H.264 or WMV/VC-1. It also support information box and thumbnail play list menu.
Nov
ICE Video Player
Nov
Sincorde Message Windows
Sincorde is a Message Windows library where you can create alert box, Yes & No box, etc.. easily. It’s very easily to codes. Below are some sample C# coding.
// Example 1
MessageWindow.Show("Message");
// Example 2
MessageWindow.Show("Caption", "Message");
// Example 3
MessageWindow.Show("Caption", "Message", MessageIcon.Information);
// Taking the result
MessageWindow.Show<string>("Caption", "Message", MessageIcon.Information, b => Debug.WriteLine(b), "Default", "Yes", "No");
// You can also use as Window
MessageWindow.Show(DialogMode.Modal, windowsConatiner, "Caption", "Message", MessageIcon.Information);
Nov
Slide.Show Image Gallery Control
Slide.Show is an interactive Media Gallery where you can display images and videos. You are able to create a slides based on XML and RSS Feed from Flickr! Don’t forget to check out Data & Image Generator which helps you to generate Image XML for Slide.Show on the fly.
Nov
File Upload/Explorer
A very powerful File Explorer developed by Vectolight. It has a treeview listing and thumbnail display. Sure you can upload files and manage folders as well!
Nov
Multiple File Upload
This is a full functional file upload control which support uploading multiple files. It is highly customizable with a lot of amazing features!
Nov
Motion Video Player
Motion is an free and light weight (only 10K) Silverlight video player. You are able to set the video url, preview image, button text, etc using object tag.
Nov
Inline Hyperlink
The default Hyperlink Control in Silverlight doesn’t work inside Textblock. This means that you are not able to create a nice inline Hyperlink inside your text paragraph. However, Jeremy has a very clear solution in solving this problem using Wrap panel. Let’s take a look.
Nov
Bing Map Silverlight Control
Bing Map Silverlight Control was first released in March 2009. This is a very a good visualization tool. David Burela described how you may extend this map control with data binding.
Nov
Ekleeman Media Control
A skinable Media Control developed by Ekleeman. It shipped with 4 templates and a lot of advanced features.
Nov
Flip Clock
A nice piece of clock control shared by Fons Sonnemans.










