
mfc
HEJSCLK
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
创建系统栏托盘程序
document.body.oncopy = function() { if (window.clipboardData) { setTimeout(function() { var text = clipboardData.getData("text");转载 2009-07-09 20:57:00 · 648 阅读 · 0 评论 -
在VC中WININET如何使用HTTP的POSTA和GET方法
在VC中WININET如何使用HTTP的POSTA和GET方法 Post资料: SUMMARY To properly simulate a Form submission using WinInet, you need to send a header that indicates the proper Content-Type. For Forms, the proper Conte转载 2011-11-28 10:09:43 · 1162 阅读 · 0 评论