摘要: Over the years I've been collecting interview questions from Microsoft. I guess I started this hobby with the intent of working there some day, although I still have never interviewed there myself. However, I thought I'd give all of those young Microserf wanna-bes a leg up and publish my collection 阅读全文
posted @ 2010-02-05 16:40 GT_Andy 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 对话框中我们常用了以下几种:1、文件对话框(FileDialog) 它又常用到两个:   打开文件对话框(OpenFileDialog)   保存文件对话(SaveFileDialog)2、字体对话框(FontDialog)3、颜色对话框(ColorDialog)4、打印预浏对话框(PrintPreviewDialog)5、页面设置(PrintDialog)6、打印对话框(PrintDialog)  还有更多,有时间的网友可以看看MSDN。下面我们一个个来介绍。在介绍的过程中我用到了一个自己开发的类:File,主要是文件操作的。  文件对话框(FileDialog)  一、打开文件对话框(Op 阅读全文
posted @ 2010-02-05 16:38 GT_Andy 阅读(1418) 评论(0) 推荐(0) 编辑