搜索资源列表
ShortCutEx
- 能够在资源管理器中添加一个工具栏,提供拖拽文件到工具栏上,达到快捷按钮的目的。-to Resource Manager add a toolbar, to provide drag-and-drop files to the toolbar, to achieve the purpose of fast button.
创建不在任务条中显示窗口按钮的应用程序
- 创建不在任务条中显示窗口按钮的应用程序(详细请看压缩包内的说明)-not mandate the creation of the display window button applications (for details please see compressed within the descr iption)
iconizer
- 在每个新建立的程序的窗口的右上角,增加一个缩小程序到系统托盘(system tray)的按钮 -Adding a button which can zoom down window to system tray to right above of the a
IProgressDialog_demo
- The progress dialog It s one of those boring tasks we all hate to do: writing a progress dialog. It ranks right up there with typing "ListView_SetExtendedListViewStyleEx". And even if you re able to reuse an existing dialog, it might not look just
pxe
- PXE一键安装脚本。适用于REDHAT 5/CENTOS5等linux系统-PXE installation scr ipt for a button. For other linux systems REDHAT 5/CENTOS5
DisableCloseBox
- installshield 使关闭按钮禁用的一段脚本,因为实在找不到SI的工程类型,选择了Others开发平台-installshield to make a scr ipt to disable the Close button
set_ip_dns
- VC++一键完成设置IP与DNS,其实实现的方式还是比较简单-Using VC++ ,a button to complete setting IP and DNS
97a614fa66ed72b89e514696
- 想用vbs来控制鼠标的移动和点击,虽然按键精灵可以做到,但做这么简单的事情不想启动那么大一个程序,所以自己用VC写了一个小程序,可以让VBS来控制鼠标移动和点击。 用法: 移动鼠标到桌面坐标200,50的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe m,200,50" 点击鼠标左键的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe
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