摘要: 效果图: 创建数据库:View Code 1 using System; 2 using System.Net; 3 using System.Windows; 4 using System.Windows.Controls; 5 using System.Windows.Documents; 6 using System.Windows.Ink; 7 using System.Windows.Input; 8 using System.Windows.Media; 9 using System.Windows.Media.Animation;10 using System.Windows.. 阅读全文
posted @ 2011-10-21 16:19 十年一刻·i 阅读(910) 评论(8) 推荐(2)
摘要: 今天上班比较闲,看到园子里有人发了HubTile参考了下,就做了一个豆瓣的FM应用豆瓣的API可以在百度里查一下。整个应用很简单,无非是解析豆瓣的JSON数据,然后读取,下载图片和歌单MediaElement 能否控制进度?暂停再播放就从头开始了..求解。。另外谁告诉我怎么上传应用到市场??? 阅读全文
posted @ 2011-10-19 16:24 十年一刻·i 阅读(814) 评论(9) 推荐(0)
摘要: 界面果然不给力....熟悉了一下这种新的界面设计方式..搞Asp.net/winform 的伤不起啊...windows phone太诱人了。。 阅读全文
posted @ 2011-10-18 14:52 十年一刻·i 阅读(220) 评论(1) 推荐(0)
摘要: mainpage.xamlView Code 1 <phone:PhoneApplicationPage 2 x:Class="PhoneApp2.MainPage" 3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 5 xmlns:phone="clr-namespace:Microsoft.Phone.Controls 阅读全文
posted @ 2011-10-12 10:06 十年一刻·i 阅读(1013) 评论(7) 推荐(2)
摘要: 基础的控件里面都在里面了    阅读全文
posted @ 2011-10-11 12:27 十年一刻·i 阅读(1206) 评论(0) 推荐(0)
摘要: toggleSwitch控件为SilverlightforWindowsPhoneToolkit控件包中的开关控件。其Xaml代码为:View Code 1 <Grid x:Name="LayoutRoot" Background="Transparent">2 <Grid.RowDefinitions>3 <RowDefinition Height="Auto"/>4 <RowDefinition Height="*"/>5 </Grid.RowDefinit 阅读全文
posted @ 2011-10-10 21:40 十年一刻·i 阅读(526) 评论(0) 推荐(2)
摘要: Silverlight Toolkit 是一套codeplex上的很好的代码库,它里面包含了很多常用的但是Silverlight本身并不包含的控件、文档等内容。现在Silverlight Toolkit又专门推出了针对Windows Phone 7开发的Silverlight for Windows Phone Toolkit。 这套Toolkit使用MS-PL授权协议.在http://silverlight.codeplex.com/官网下载Silverlight for Windows Phone Toolkit.msi文件安装成后,可以在VS2010的工具栏中,加载:C:\Program 阅读全文
posted @ 2011-10-10 21:37 十年一刻·i 阅读(263) 评论(0) 推荐(0)
摘要:     阅读全文
posted @ 2011-10-10 17:05 十年一刻·i 阅读(416) 评论(0) 推荐(0)
摘要:     阅读全文
posted @ 2011-10-10 16:41 十年一刻·i 阅读(611) 评论(5) 推荐(3)