摘要:description Hi Jan,I have noticed that when I set a column width there is a discrepancy between the width that I set in code and what Excel reports.Fr
阅读全文
摘要:using System; using System.Collections; using System.Configuration; using System.Data; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls...
阅读全文
摘要:获取当前系统桌面、我的照片、我的文档等路径 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Syst
阅读全文
摘要://用于一种情况:C#软件打包后,在读写C盘文件时,会出现权限问题。使用管理员身份才可以运行using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace yyy { static class Program { /...
阅读全文
摘要:为自己写的程序加一个注册功能吧。生成的机器号是根据CPU和硬盘号来的,根据自己的需求改成是否是随机生成。 代码直接粘贴到新建类覆盖原代码就能直接用了。 using System; using System.Management; using System.Security.Cryptography; using System.Text; namespace RegisterClas...
阅读全文