摘要:
http://blog.csdn.net/wushang923/article/details/7534691 阅读全文
摘要:
http://winphone7db.codeplex.com/releaseshttp://files.cnblogs.com/luquanmingren/Wp_Sqlce.rar 阅读全文
摘要:
1.获得开发者账号(eg :开发者账号:xxx@hotmail.com or xxx@live.com 密码:xxxxx) 详见:http://blog.csdn.net/zhou_xuexi/article/details/85961202.下载zune 软件http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=271633.解锁手机 (用usb连接手机)再次点击的时候如下图4.部署手机app这个时候说明可以部署到你自己的手机了,记得打包成release版本 阅读全文
摘要:
1.自定义模板 public class ListBoxBase : ListBox { public DataTemplate ListHeaderTemplate { get; set; } public DataTemplate ListFooterTemplate { get; set; }} internal class ListBoxBaseItem : ListBoxItem { public ListSelectorItem Tuple { get; set; } } 阅读全文
摘要:
public partial class RefreshMore : UserControl { model mymodel = new model() { SEX = true }; private ObservableCollection<EmailObject> DemoData = new ObservableCollection<EmailObject>(); public RefreshMore() { InitializeComponent(); this.listBox1.ItemsSource = this.DemoData; this.DataCon 阅读全文
摘要:
namespace TestControl.Test_Control{ public partial class Control_Slide : PhoneApplicationPage { public Control_Slide() { InitializeComponent(); //定义多媒体流可用并被打开时触发的事件 myMediaElement.MediaOpened += new RoutedEventHandler(myMediaElement_MediaOpened); //定义多媒体停止时触发的事件 myMediaElement.MediaEnded += new Rout 阅读全文
摘要:
string source = "欢迎大家来吐槽~选中即可得到1副《腾讯数码扑克牌》,请本期被选中评论的网友@wangli_1355、@se7en_3、@wang189xun、@buyken1qw、@Q_chenbing、@Tuccuay 将详细地址私信大叔~"; List<User> lus = new List<User>(); lus.Add(new User() { name = "wangli_1355", nick = "王立" }); lus.Add(new User() { name = &qu 阅读全文
摘要:
<Grid.RowDefinitions> <RowDefinition Height="50" /> <RowDefinition Height="*"/> <RowDefinition Height="50" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="50" /> <ColumnDefinition Width=& 阅读全文
摘要:
xaml: xmlns:Converters="clr-namespace:TestControl" <phone:PhoneApplicationPage.Resources> <Converters:BooleanToVisibilityConverter x:Key="BoolToVisConverter" /> </phone:PhoneApplicationPage.Resources> <Image Source="/TestControl;component/images/image_gi 阅读全文
摘要:
<Rectangle Width="100" Height="100" HorizontalAlignment="Left" VerticalAlignment="Top" Fill="Red" Name="darkMoon"/> DoubleAnimationUsingKeyFrames doublea = new DoubleAnimationUsingKeyFrames() { BeginTime = new TimeSpan(0, 0, 0, 2), Sp 阅读全文