2010年5月10日
摘要: /// <summary> /// 生成缩略图 /// </summary> /// <param name="sourceImagePath">原图片路径(绝对路径)</param> /// <param name="thumbnailImageWidth">缩略图的宽度(高度与按源图片比例自动生成)</param> pub... 阅读全文
posted @ 2010-05-10 09:36 BoneKing 阅读(205) 评论(0) 推荐(0) 编辑
摘要: RegistryKey rkey = Registry.LocalMachine; //The second parameter tells it to open the key as writable RegistryKey rkey1 = rkey.OpenSubKey("Software",true); RegistryKey rkey2 = rkey1.... 阅读全文
posted @ 2010-05-10 09:35 BoneKing 阅读(154) 评论(0) 推荐(0) 编辑