窗体定位升起降落效果实例源码privatevoidbutton1_Click(objectsender,EventArgse){for(inth=0;hthis.Size.Height;h++){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width-this.Size.Width,System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height-h,this.Size.Width,this.Size.Height);//(wz)宽,高,(ct)宽,高,this.DesktopBounds=r;}}privatevoidbutton2_Click(objectsender,EventArgse){for(inth=this.Size.Height;h0;h--){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Wi
fastJSON序列化器v2.0.19源码源码描述:最小、最快的多态的JSON序列化器JSON(JavaScriptObjectNotation)isatextorhumanreadableformatinventedbyDouglasCrockfordaround1999primarilyasadataexchangeformatforwebapplications.版本更新2.0.19-fixdynamicobjectsandlists-fixdeserializeDictionaryT,ListVandDictionaryT,V[]-addedtestsfordictionarywithlists
报表组件,支持SQL Server、Access数据库,方便简单快速构建报表,适用简单报表应用,可嵌入开发。
马户ListBox练习示例源码源码描述:马户ListBox练习示例源码可以向ListBox添加选项,然后分为三块,可以把添加的选项来回移动,清除适合初学者privatevoidbutton3_Click(objectsender,EventArgse){//像listBox1中添加条目if(textBox1.Text!=){stringmsg=;msg=textBox1.Text;listBox1.Items.Add(msg);textBox1.Text=;}textBox1.Focus();}
人体时钟示例源码源码描述:Flash特效人体时钟实现步骤:先引用honehone_clock.js文件引用了上面的js文件后,直接把下面的js方法调用代码复制到你想人体时钟显示的网页位置代码中就可以了。示例中有两钟显示效果,时钟小插件,可以为你的网页增添一些色彩。
