objectsender,EventArgse){for(inth=this.Size.Height;h0;h--){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Wi
轻量级图片浏览器源码源码描述:ImageFanNET2.0是轻量级的图像浏览器,支持多核心处理。应用程序如下:左侧为文件目录树窗口右侧为文件里图片的缩略图列表当点击鼠标左键或按回车键,缩略图会打开一个新窗口,包含完整大小的图像用户可以使用此窗口遍历图像列表Theapplicationisdesignedinthetraditionalstyleofcontemporaryimageviewersasfollows:AdriveslistandcorrespondingdirectoriestreeontheleftsideofthewindowAthumbnailslistontherightside,revealingthumbnailstotheimagescontainedinsidetheselecteddriveanddirectorySelectingadriverefreshesthelistofdirectoriesandrevealsthethumbnailstotheimagescontainedontherootdrive.Selectingaspecificdi
一、源码特点1、录制屏幕指定区域,直接保存为gif动画文件;2、点击可暂停或继续录制;3、可自行选择录制区域;4、在录制过程中可继续运行其他应用或窗口;5、可删除边框;6、选择一个文件夹来保存文件或直接将文件保存至桌面;7、可在录制文件中添加系统光标;8、是一款.exe文件,占用空间小,十分便携;9、使用F键开始/暂停或停止录制。二、功能介绍ScreentoGif是一款方便好用的小软件,可以用来快速录制屏幕上的指定区域,将其直接保存为GIF动画文件。其目前版本号为1.0,尽管不是最终版本,但十分可靠,推荐需要的用户下载使用。
SplashScreen窗体加载源码源码描述:每次应用程序加载的时候,都会出现一个加载界面。一个好的加载界面需要:在一个单独的线程上运行,淡入,淡出消失,显示运行状态更新消息,使用静态方法显示和更新预测self-calibrating机制smooth-gradient进度条显示剩余的加载完成之前的秒数更新信息20140521:Fixedcrossthreadingoversight(lblTimeRemaininglabelwasbeingsetdirectly.)Alternativestoragetoavoidthewindowsregistry(ColinStansfield,Lagrange)Delayupdatesuntilthesplashscreenthreadisstarted(daws)timer.Stop()beforeclosingtheform(kilroytrout)Drawtheprogressbarduringthetimertickevent(kilroytrout,cbschuld)Remainingtimeaccuracyimprovements(P