Click here to Skip to main content
15,896,207 members
Articles / Programming Languages / Visual Basic 10

Silverlight 3: Slideshow

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
6 Oct 2009CPOL4 min read 95.9K   5.4K   45  
This is a slideshow that works in a Silverlight 3 UserControl.
  • slideshow.zip
    • SlideShow
      • Bin
        • Debug
          • de
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • en
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
          • es
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • fr
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • it
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • ja
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • ko
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • Microsoft.Expression.Prototyping.Interactivity.dll
          • Microsoft.Expression.Prototyping.Runtime.dll
          • SlideShow.dll
          • SlideShow.xml
          • System.Windows.Controls.dll
          • System.Windows.Controls.Navigation.dll
          • System.Windows.Controls.Navigation.xml
          • System.Windows.Controls.xml
          • System.Windows.Interactivity.dll
          • System.Windows.Interactivity.xml
          • System.Xml.Serialization.dll
          • System.Xml.Serialization.xml
          • zh-Hans
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
          • zh-Hant
            • Microsoft.Expression.Prototyping.Runtime.resources.dll
            • System.Windows.Controls.Navigation.resources.dll
            • System.Windows.Controls.resources.dll
            • System.Xml.Serialization.resources.dll
      • images
        • Blue hills.jpg
        • next.jpg
        • next.png
        • prev.jpg
        • prev.png
        • s_001155.jpg
        • s_001678.jpg
        • s_005021.jpg
        • s_006434.jpg
        • s_016508.jpg
        • s_023350.jpg
        • s_023792.jpg
        • s_024709.jpg
        • s_025746.jpg
        • Sunset.jpg
        • Water lilies.jpg
        • Winter.jpg
      • My Project
      • SlideShow.vbproj
      • SlideShow.vbproj.user
      • SlideShowControl.xaml
      • SlideShowControl.xaml.vb
<?xml version="1.0"?>
<doc>
<assembly>
<name>
SlideShow
</name>
</assembly>
<members>
<member name="M:SlideShow.SlideShowControl.ShowImage(System.String)">
	<summary>
 Gets or Sets the Image Url
 </summary>
	<param name="url">The resource path, or actual Url</param>
	<remarks>If the image is in the project, then include the path (example:  "images/Sunset.jp")
 If the image is on the web, then include the actual url (example:  "http://i593.photobucket.com/albums/tt20/garyalima/VBRocksHead.jpg")</remarks>
</member><member name="M:SlideShow.SlideShowControl.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer DataPrint, LLC
United States United States

Comments and Discussions