2011年8月16日

Creating a File Explorer for Isolated Storage

摘要: In this example, you will create a file explorer that will allow a user to navigate through an applition's virtual storage within SL's isolated storage. The file explorer will allow users to view, modify, and create new file within the given directories. Keep in mond that a SL applicatoin ha 阅读全文

posted @ 2011-08-16 17:15 cjerych 阅读(200) 评论(0) 推荐(0) 编辑

Passing data to Navigation Pages

摘要: 1. Begin by opening the project NavAppFromScratch you were working on in the previous section.2. Open the xaml for View1.xmal and modify the source to include a ComboBox under the Button: <Combobox Padding="10" Margin="10" x:Name="Color" Width="100"> < 阅读全文

posted @ 2011-08-16 13:47 cjerych 阅读(199) 评论(0) 推荐(0) 编辑

Using the NavigationService Object in SL4.0

摘要: 1 Begin by opening the project NavAppFromScratch you just completed in previous session.2. open the xmal file for View1.xaml and modify the source to include a button under the TextBlock.<Grid x:Name="LayoutRoot"> <StackPanel> <TextBlock Text = "View 1" FontSize=&q 阅读全文

posted @ 2011-08-16 13:32 cjerych 阅读(256) 评论(0) 推荐(0) 编辑

Creating a Silverlight Navigation Application

摘要: This exercise demonstrates creating a Sl application with navigation support from scratch using the navigation framework. In the exercise, you will build a simple application that will contain two HyperLinkButton and a Frame. Clicking the links will load one of two pages into the Frame. Let's ge 阅读全文

posted @ 2011-08-16 10:41 cjerych 阅读(425) 评论(0) 推荐(0) 编辑

导航