上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: PrintDocument printDocument = new PrintDocument(); printDocument.OriginAtMargins = true; printDocument.PrinterSettings.PrinterName = _PrinterName;printDocument.DefaultPageSettings.PaperSize = new System.Drawing.Printing.PaperSize("SpecimenLabel", 110, 180);//页面大小 printDocument.DefaultPag.. 阅读全文
posted @ 2013-03-14 20:41 louiskoo 阅读(596) 评论(0) 推荐(0) 编辑
摘要: public static Bitmap GetThumbnail(Bitmap b, int destHeight, int destWidth) { System.Drawing.Image imgSource = b; System.Drawing.Imaging.ImageFormat thisFormat = imgSource.RawFormat; int sW = 0, sH = 0; // 按比例缩放 ... 阅读全文
posted @ 2013-03-14 20:39 louiskoo 阅读(30182) 评论(1) 推荐(0) 编辑
摘要: To see your farm level solutions: Browse to Central administration->click system settings->click manage farm solutionsTo see your site collection level solutions: Browse to your site collection->click site actions->site settings-> Solutions (under Gallery).Put the two browser windows 阅读全文
posted @ 2013-03-13 22:03 louiskoo 阅读(396) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/b/mvpawardprogram/archive/2011/07/18/mvps-for-office-365-sharepoint-designer-workflow-tasks-and-infopath-2010.aspx 阅读全文
posted @ 2013-03-13 21:15 louiskoo 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://www.dotnetcurry.com/ShowArticle.aspx?ID=650 阅读全文
posted @ 2013-03-13 18:26 louiskoo 阅读(135) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/burgess_liu/article/details/7393946 阅读全文
posted @ 2013-03-13 16:18 louiskoo 阅读(102) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yl_99/article/details/7257253 阅读全文
posted @ 2013-03-12 15:33 louiskoo 阅读(228) 评论(0) 推荐(0) 编辑
摘要: http://www.risetime.com/knowledgecenter/blog/Lists/Posts/Post.aspx?ID=6 阅读全文
posted @ 2013-03-12 13:13 louiskoo 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/shaolong/archive/2011/10/28/2227891.html 阅读全文
posted @ 2013-03-08 09:29 louiskoo 阅读(71) 评论(0) 推荐(0) 编辑
摘要: http://www.c-sharpcorner.com/UploadFile/krishnasarala/barcode-scanner-in-C-Sharp/ 阅读全文
posted @ 2013-03-05 16:02 louiskoo 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页