搜索资源列表
ShellExtGuide7_demo
- 如何编写自画上下文菜单项的Shell扩展 以及如何使上下文菜单扩展响应文件夹窗口背景上的鼠标右击事件-how to prepare for self-portraits context menu items Shell expansion and how to respond to the context menu expanded background folder window, right click the mouse on the incident
ShellExAppsTutorial
- Windows Shell扩展编程完全指南 第一节 - 一步步教你如何编写Shell扩展 第二节 - 如何编写一次操作多个文件对象的Shell扩展 第三节-如何编写为文件对象弹出提示信息框的Shell扩展 第四节 - 如何编写提供定制拖放功能的Shell扩展 第五节-如何编写添加属性页到文件属性对话框中的Shell扩展 第六节-如何编写定制”发送到”菜单的Shell扩展 第七节-如何编写自画上下文菜单项的Shell扩展, 以及如何使上下文菜单扩展响应文件夹窗口背景上的
Project1
- 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
ShellExt
- 如何编写自画上下文菜单项的Shell扩展 以及如何使上下文菜单扩展响应文件夹窗口背景上的鼠标右击事件-How to write a Shell extension since the draw context menu item And how to make the context menu expanded response to the mouse right-click on the folder window background events