2013年6月24日

打印小结

摘要: vc程序中修改打印对话框默认参数,可参考了以下文章: How to modify the "default" printer for your Microsoft Foundation Classes (MFC) application to be other than theactual system-defined default printer http://support.microsoft.com/kb/193103/en-us使MFC打印效果与预览效果一致,参考了以下链接文章。文章从原理讲到实现,看的明白。MFC打印和打印预览http://blog.scienc 阅读全文

posted @ 2013-06-24 22:07 Waaaaaall-E 阅读(226) 评论(0) 推荐(0)

文件、文件夹添加右键菜单

摘要: OCX添加右键菜单:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\.ocx] @= "ocxfile"[HKEY_CLASSES_ROOT\ocxfile\shell\Register Component\command] @= "regsvr32 %1"[HKEY_CLASSES_ROOT\ocxfile\shell\Un... 阅读全文

posted @ 2013-06-24 09:30 Waaaaaall-E 阅读(312) 评论(0) 推荐(0)

导航