添加类方法,代码如下: public static void setTag(Control cons) { foreach (Control con in cons.Controls) { con.Tag = con.Width + ":" + con.Height + ":" + con.Left Read More
添加类方法,代码如下: public static void setTag(Control cons) { foreach (Control con in cons.Controls) ... Read More
在程序入口添加如下代码: AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledExcept... Read More
在程序入口添加如下代码: AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); 在后面添加方法: private stat Read More