2012年3月12日

vim_sum

摘要: 本贴仅是我的一个网摘,不适合阅读,请勿吐槽...-----------------------------------------set cursorcolumn " 高亮光标列set cursorline " 高亮光标行 f 阅读全文

posted @ 2012-03-12 11:30 Orz.. 阅读(177) 评论(0) 推荐(0)

转 MFC/Windows编程之修改窗口标题

摘要: 后来发现如果要改单文档应用的时候, 会需要用到下面的代码,补上......下面这一小段代码摘自http://topic.csdn.net/u/20070423/10/afdc9fb3-5c33-4027-875b-a9d5e6c0a688.htmlBOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){if( !CFrameWnd::PreCreateWindow(cs) )return FALSE;// TODO: Modify the Window class or styles here by modifying... 阅读全文

posted @ 2012-03-12 10:55 Orz.. 阅读(809) 评论(0) 推荐(0)

导航