C++
将窗口移动到前端
摘要: 将窗口移动到前端, BringWindowToTop() 的问题
阅读全文
posted @
2010-01-04 10:01 -274°C 阅读(826) |
评论 (0) 编辑
HRESULT返回值说明
摘要: HRESULT返回值说明
阅读全文
posted @
2010-01-04 10:00 -274°C 阅读(6106) |
评论 (0) 编辑
COM组件应用(3)——BHO学习
摘要: Browser Helper Objects,"浏览器帮助者对象",以下皆简称BHO。
阅读全文
posted @
2009-08-19 20:48 -274°C 阅读(2665) |
评论 (0) 编辑
COM组件应用(2)——IUnknown
摘要: "IUnknown",之前我真不知道。不过使用了下,感觉好些了。 接下来还要学习BHO,等等知识。
阅读全文
posted @
2009-08-18 21:27 -274°C 阅读(1018) |
评论 (0) 编辑
COM组件应用(1)——创建dll文件
摘要: COM组件应用的预备知识。
阅读全文
posted @
2009-08-17 23:04 -274°C 阅读(1037) |
评论 (0) 编辑
WTL Release编译错误一例
摘要: error LNK2005
error LNK2019
release 有,debug下不存在的一则错误。
阅读全文
posted @
2009-08-17 22:42 -274°C 阅读(939) |
评论 (0) 编辑
VC项目中添加html为内部资源文件
摘要: 现在经常使用浏览器控件内嵌网页,所以这种用法也多起来了。
阅读全文
posted @
2009-08-17 22:38 -274°C 阅读(2105) |
评论 (0) 编辑
CloseHandle()和ExitThread()区别(防止内存泄露)
摘要: CloseHandle()和ExitThread()区别(防止内存泄露)
阅读全文
posted @
2009-06-16 16:09 -274°C 阅读(3521) |
评论 (0) 编辑
VC获取当前程序文件的路径,文件名以及路径+文件名
摘要: VC获取当前程序文件的路径,文件名以及路径+文件名的方法。。
阅读全文
posted @
2009-06-16 16:06 -274°C 阅读(25284) |
评论 (0) 编辑
WinExec, ShellExecute,CreateProcess
摘要: 三个SDK函数: WinExec,ShellExecute ,CreateProcess 区别与注意事项。
阅读全文
posted @
2009-06-16 16:02 -274°C 阅读(2265) |
评论 (0) 编辑
补记 static作用域造成一则小问题
摘要: 一个游离在脚本与多种语言交叉中的程序员……
阅读全文
posted @
2009-06-16 15:57 -274°C 阅读(890) |
评论 (0) 编辑
VC 清空目录
摘要: VC 清空目录代码,摘自网络。
阅读全文
posted @
2009-06-16 15:47 -274°C 阅读(753) |
评论 (0) 编辑
VC 屏蔽 ENTER或者ESC键 退出事件
摘要: VC 开发的GUI 往往当按下 ENTER或者ESC键,就退出了。 我们软件往往要避免这样的情况发生。
阅读全文
posted @
2009-06-16 15:43 -274°C 阅读(2655) |
评论 (0) 编辑
vc下读写注册表
摘要: 转自网络:vc下读写注册表
阅读全文
posted @
2009-06-16 15:36 -274°C 阅读(1559) |
评论 (0) 编辑
__stdcal,_cdecl和__fastcall
摘要: __stdcal,_cdecl和__fastcall 区别。
阅读全文
posted @
2009-06-16 15:35 -274°C 阅读(486) |
评论 (0) 编辑
Full C++ Archive