摘要:
GDI绘图帮助类 GDIHelper using System; using System.Collections.Generic; using System.Drawing; using System.Linq; namespace CommonUtil.GraphicsDrawString { 阅读全文
摘要:
隐藏执行程序的VBS命令 方式1 DIM objShell set objShell=wscript.createObject("wscript.shell") iReturn=objShell.Run("cmd.exe /C D:\File\a.exe",0,TRUE) 方式2 Set WinSc 阅读全文