Products



  • 0 comments  /  aggregated from  vincenthome  on  Nov 13, 2007 (more than a year ago)   /   original article
    NET AJAX, LINQ, Silverlight, Expression Encoder and Silverlight Streaming, Video.Show provides support for uploading, encoding, tagging, viewing and commenting on videos. Here’sa short feature list:. Video wall for browsing videos. ...


  • 0 comments  /  aggregated from  pluginbaby  on  Nov 08, 2007 (more than a year ago)   /   original article
    Waiting for real 1.1 input controls, we can find some custom projects; Kathy Kam made 2 great controls for Silverlight 1.1: MonthCalendar and Datepicker. Download them for free on her blog post : MonthCalendar and Datepicker control for ...
  • 0 comments  /  aggregated from  Microsoft Silverlight content  on  Nov 05, 2007 (more than a year ago)   /   original article
    codenamed 'sapphire ,' componentone was one of the first to the market with their plans of silverlight user controls . initially they put a bunch out there on their lab site to play with, but now you can sign up for their alpha version. that's...(read more)
  • 0 comments  /  aggregated from  Expression Blend and Design  on  Oct 14, 2007 (more than a year ago)   /   original article
    Download the source code The RotaryControl is a sample WPF custom control in a class library project that you can open and build in the Blend 2 September Preview. You can use the control along with your own template and property settings as a base to...(read more)
  • 0 comments  /  aggregated from  Vectorform  on  Oct 02, 2007 (more than a year ago)   /   original article
    Another update to the scrollbar component. Just made some tweaks to make it easier to implement/instantiate. It’s getting closer to more of an OOP style but it’s not all the way there yet. Now all you have to do is call/instantiate the scroller like this: myScrollPanel=new createScrollablePanel(”sp1″,10,10,100,160,”V”,the_text,”#FFF”,9,null,”#0000FF”) with the following parameters… unique name, xpos, ypos, width, height, direction, text, [text_color, text_size, text_font, [...]
  • 0 comments  /  aggregated from  Vectorform  on  Sep 26, 2007 (more than a year ago)   /   original article
    Here is an updated version of the scrollbar component I released earlier but this new version has Mouse Wheel Support: Example, Source. Thanks to Adomas Paltanavičius for the Javascript that handles the Mouse Wheel events!
  • 0 comments  /  aggregated from  unknown  on  Sep 24, 2007 (more than a year ago)   /   original article
    Hi, just a quick info since i've released the source code of Silverlight version of Puzzle Diamonds, you can find it on this link enjoy, ricky.
  • 0 comments  /  aggregated from  Silverlight  on  Sep 24, 2007 (more than a year ago)   /   original article
    Silverlight 1.0 OutlookBar Control I finally got an article up for my Desert Code Camp III presentation. I didn't have a slide deck, and for the presentation, I talked through the 5 subfolders of data in the download. The presentation culminated in...( read more )...(read more)
  • 0 comments  /  aggregated from  Vectorform  on  Sep 21, 2007 (more than a year ago)   /   original article
    This sample application incorporates some of the previous examples (scrollbars, image viewers, etc) into a working Silverlight app. The Media Viewer includes a video player, an image viewer and an RSS reader pulling stories from Yahoo News. Media Viewer - Example, Source We’ve also developed a nice looking portal for these examples at http://www.vectorform.com/silverlight/
  • 0 comments  /  aggregated from  Coding4Fun  on  Sep 19, 2007 (more than a year ago)   /   original article
    In this article, I will discuss how I have built a 2 player 8-Ball game in Silverlight (play here). I will explain how I used the Expression tools to design the graphics and various .NET techniques to enable user control and game ...