12 2011 档案

Visual C#
摘要:Learn Visual C#Discover a wealth of resources for learning Visual C#, for both the beginner and the experienced developer.Get Started with Visual C#Get an Introduction to the C# Language and the .NET FrameworkBuild Your First C# ApplicationBeginning Visual C# 2010C# Language FundamentalsGeneral Stru 阅读全文

posted @ 2011-12-06 23:14 breakpoint 阅读(273) 评论(0) 推荐(0)

WPF摘抄
摘要:简单的布局有CanvasStartPoint和EndPoint表示渐变线的起点和终点,控件的左上角点的坐标为(0,0)右下角点的坐标为(1,1)。前面的数字表示水平。使用GradientStop的Offset,可以定义多个渐变点(Offset的值在0和1之间),-----------------------------------------------4.0 Framework 引用 2.0 的Sqlite,需要在根目录新建app.config文件,里面CODE如下:<?xml version="1.0"?><configuration><s 阅读全文

posted @ 2011-12-04 22:23 breakpoint 阅读(294) 评论(0) 推荐(0)

导航