03 2013 档案
摘要:坑爹的PrintDialog 其实并没有队PageRange这个属性做处理。自己处理一下~publicclassPrintDialogWithPageRange:PrintDialog{publicnewvoidPrintDocument(DocumentPaginatordoc,stringdesp){if(this.PageRangeSelection==PageRangeSelection.AllPages){base.PrintDocument(doc,desp);}else{stringtimeStamp=DateTime.Now.DayOfYear.ToString()+DateT
阅读全文
摘要:终于抽了点时间把有道云笔记的OPEN API用.NET封装完了。使用了DotNetOpenAuth的第三方类库,真是事半功倍,什么都帮你封装好了。不过还没好好的测试过,就称它为α版吧~~欢迎测试!开源地址:http://ydnoteopenapi4n.codeplex.com/
阅读全文