07 2010 档案
ListView && XmlReader
摘要: ListView:It's a very good control. The book just introduce it samply. 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->privatevoidBindListView(){lv.G...阅读全文
posted @ 2010-07-07 18:36 林骄 阅读(16) | 评论 (0) 编辑
How to open a folder with explorer
摘要: System.Diagnostics.Process.Start(FileName);System.Diagnostics.Process.Start("explorer.exe",FolderPath);This method is so excited. I can implement my tool.FolderBrowserDialog FileOpenDialogSaveFileDial...阅读全文
posted @ 2010-07-06 18:26 林骄 阅读(4) | 评论 (0) 编辑
Print
摘要: Recently I do some study about print. So I want to do some summary.PrintDocumentThe main class is PrintDocument. And there are there dialog used to do some configurations.1.PrintDialog. It's used to c...阅读全文
posted @ 2010-07-02 18:00 林骄 阅读(80) | 评论 (0) 编辑