飘遥的Blog

C/C++/.NET
posts - 126, comments - 184, trackbacks - 9, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

VC & Win32

VC & Win32
摘要: C#调用BITS(Background Intellgent Transfer Service)阅读全文

posted @ 2010-09-23 23:20 飘遥(Zhenxing Zhou) 阅读(243) | 评论 (0) 编辑 |

摘要: 发布一个注册类型库(TypeLib)的小工具阅读全文

posted @ 2010-09-23 08:57 飘遥(Zhenxing Zhou) 阅读(455) | 评论 (0) 编辑 |

摘要: 本片介绍COM自动化,对脚本的支持。阅读全文

posted @ 2010-09-01 09:41 飘遥(Zhenxing Zhou) 阅读(193) | 评论 (0) 编辑 |

摘要: 本篇介绍COM注册TypeLib,CLR程序调用COM组件;注册ProgID及ProgID和CLSID相互映射等。阅读全文

posted @ 2010-08-31 22:41 飘遥(Zhenxing Zhou) 阅读(245) | 评论 (0) 编辑 |

摘要: 上一篇文章简单演示了COM组件的编写,注册及调用,本篇实现COM的自注册和反注册,定义一个有实际功能的接口及实现IClassFactory接口。阅读全文

posted @ 2010-08-28 23:46 飘遥(Zhenxing Zhou) 阅读(225) | 评论 (0) 编辑 |

摘要: 简单介绍COM的知识,创建一个最简单的COM组件,并演示其注册、调用。阅读全文

posted @ 2010-08-28 18:00 飘遥(Zhenxing Zhou) 阅读(784) | 评论 (0) 编辑 |

摘要: .NET程序中嵌入汇编代码,在开启DEP及Vista/Win7可运行。阅读全文

posted @ 2010-06-22 17:08 飘遥(Zhenxing Zhou) 阅读(3163) | 评论 (16) 编辑 |

摘要: Win7改进了许多用户体验,其中右下角显示桌面的按钮是最舒心的功能之一。为了在没装Win7的开发机上体验这个功能,写了下面的小工具。 在用户体验上,右下角是一个无限大的区域,因为鼠标被限制在屏幕范围内;与屏幕中某块孤立范围相比,操作的命中率大大提高。阅读全文

posted @ 2010-01-30 04:42 飘遥(Zhenxing Zhou) 阅读(3710) | 评论 (16) 编辑 |

摘要: 理解消息循环和整个消息传送机制对Windows编程来说非常重要。如果对消息处理的整个过程不了解,在windows编程中会遇到很多令人困惑的地方。阅读全文

posted @ 2009-06-27 18:15 飘遥(Zhenxing Zhou) 阅读(1870) | 评论 (3) 编辑 |

摘要: VC启用XP主题外观阅读全文

posted @ 2009-06-17 18:32 飘遥(Zhenxing Zhou) 阅读(376) | 评论 (1) 编辑 |