Posts Tagged ‘Controls’
25
Nov

ICE Video Player

1 Comment » Popularity: 3%

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.

ICE Video Player 

25
Nov

Sincorde Message Windows

4 Comments » Popularity: 2%

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.

Sincorde Windows and Message Windows

// 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);
View Demo: New Window
24
Nov

Slide.Show Image Gallery Control

1 Comment » Popularity: 1%

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.

Slide.Show Image Gallery Control 

22
Nov

File Upload/Explorer

Post a comment » Popularity: 1%

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!

File Upload-Explorer

20
Nov

Multiple File Upload

Post a comment » Popularity: 1%

This is a full functional file upload control which support uploading multiple files. It is highly customizable with a lot of amazing features!

Multiple File Upload

16
Nov

Motion Video Player

Post a comment » Popularity: 1%

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.

Motion Video Player

16
Nov

Inline Hyperlink

1 Comment » Popularity: 1%

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.

Inline Hyperlink

View Demo: New Window
12
Nov

Bing Map Silverlight Control

1 Comment » Popularity: 3%

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.

Bing Map Silverlight Control

View Demo: New Window
08
Nov

Ekleeman Media Control

Post a comment » Popularity: 1%

A skinable Media Control developed by Ekleeman. It shipped with 4 templates and a lot of advanced features. 

Ekleeman Media Control

View Demo: New Window
08
Nov

Flip Clock

Post a comment » Popularity: 1%

A nice piece of clock control shared by Fons Sonnemans

Flip Clock

View Demo: New Window