摘要:
static void Main(string[] args) { List<int> list = new List<int>(); for (int i = 0; i < 10; i++) { list.Add(i); } List<int> list1 = new List<int>(); l 阅读全文
摘要:
[DllImport("user32.dll", EntryPoint = "SystemParametersInfo")] public static extern int SystemParametersInfo( int uAction, int uParam, string lpvParam 阅读全文
摘要:
Document doc = new Document("f:\\333.doc"); ImageSaveOptions iso = new ImageSaveOptions(SaveFormat.Jpeg); iso.Resolution = 128; iso.PrettyFormat = tru 阅读全文