System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height-h,this.Size.Width,this.Size.Height);//(wz)宽,高,(ct)宽,高,this.DesktopBounds=r;}}privatevoidbutton2_Click
SQL分页控件源码源码描述:一个自制的分页控件可以针对GridView,DataList,Repeater,DataGridView等TheDataPagerisacustomcontrolthatattachestoadatacontrol(suchasaGridView,ListView,Datalist,Repeater)allowspagingonthatcontrol.TheDataPageritselfdisplaysthe"First","Next","Previous"and"Last"buttons(orNumericalpagesoraCustomcombination).YouclickonthebuttonsthepagerprovidesandyourdatacontrolwillautomaticallypagethroughthedatausingSQLPaging.欢迎感兴趣的用户下载研究
报表组件,支持SQL Server、Access数据库,方便简单快速构建报表,适用简单报表应用,可嵌入开发。
一、源码特点.NET反汇编工具二、功能介绍NetDasm是一个.NET汇编和反汇编工具。可以对dll文件进行反编译查看源代码,也可以对它进行编辑Youonlyneedtoloadanassemblyandlookatallthetypesthatitcontains.Whenyouclickononetype,itsmethodsandsomeinformationappearintheright.Youcandeleteatype,deleteamethod,oreditthecodeofamethod.IntheEditCodeform,youcanwatchtheILcode,removeasentence,orinsertanewsentence.
SplashScreen窗体加载源码源码描述:每次应用程序加载的时候,都会出现一个加载界面。一个好的加载界面需要:在一个单独的线程上运行,淡入,淡出消失,显示运行状态更新消息,使用静态方法显示和更新预测self-calibrating机制smooth-gradient进度条显示剩余的加载完成之前的秒数更新信息20140521:Fixedcrossthreadingoversight(lblTimeRemaininglabelwasbeingsetdirectly.)Alternativestoragetoavoidthewindowsregistry(ColinStansfield,Lagrange)Delayupdatesuntilthesplashscreenthreadisstarted(daws)timer.Stop()beforeclosingtheform(kilroytrout)Drawtheprogressbarduringthetimertickevent(kilroytrout,cbschuld)Remainingtimeaccuracyimprovements(P
马户ListBox练习示例源码源码描述:马户ListBox练习示例源码可以向ListBox添加选项,然后分为三块,可以把添加的选项来回移动,清除适合初学者privatevoidbutton3_Click