code list:
------------------------------------------------------------------------- 【程序编程相关:IE修改工具 不神秘--(废话)】 【推荐阅读:ASP.Net Web Page深入探讨】 【扩展信息:HOW TO:如何在 Windows S】 /***************************************************************** ** file name: frmmain.cs ** copyright (c) 1999 -2003 ** creator: firephoenix ** created date: 2004-11-13 15:24 ** modifier: ** modify date: ** description: ** version:1.0 ******************************************************************/#region using directives
using system; using system.io ; using system.xml ; using system.collections ; using system.reflection ; using system.text ; using system.data ; using system.componentmodel; using system.windows.forms; using system.drawing; using system.threading ; #endregionnamespace windowsapplication4
{ /// <summary> /// copy large file /// </summary> public class frmmain : system.windows.forms.form { #region private system.windows.forms.progressbar progressbar1; private system.windows.forms.button btncopy; /// <summary> /// 必需的设计器变量. ... 下一页