搜索资源列表
Move_file_to_Recycle_bin
- Move file to Recycle bin via shell API rapped in a function
mouse
- 支持命令行(批处理)调用的鼠标行为控制程序,可以控制鼠标移动到屏幕上指定的位置,双击 单击鼠标左键或右键等,非常实用,再配合vbs sendkeys命令——可以代替按键精灵了。-Support command line (batch) call control procedures mouse behavior, you can control the mouse to move to a specified location on the screen, double-click the mo
Project1
- 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles