❶ BCB中如何将声音文件在编译时载入
不知道把分给我吧,大哥,好歹打了了么多我差分提问题O(∩_∩)O哈哈~谢谢了
❷ VC 中如何使用 BCB 编译的库文件
在 Visual C++ 或者 Visual Studio 中, 是无法直接使用 BCB 工程编译产生的库文件的. 究其原因, 是由于微软 Visual C++ lib 文件格式与 BCB 工程的 lib 文件格式不同所导致. Lib 文件中存放的是动态链接库的接口信息, 而不会含有任何函数的内部实现细节. 因此, 我们可以直接通过 Dll 文件来反向生成特定格式的 lib 文件, 以便在 VC 和 BCB 中交叉使用各个编译的动态链接库.
以 MTK 平台的多路下载工具 SP_MDT 为例, 演示在 VC++ 中直接使用 BCB 编译的 lib 库的问题及解决方案. 我们以 Eboot 为例, 源代码目录下关于 Eboot 的文件有以下几个:Eboot 头文件定义, 路径: SP_MDT_SRCEbootEboot lib 库文件, 路径: SP_MDT_SRCLibEboot 动态链接库文件, 路径: SP_MDT_SRCoutput
我们新建一个 VC++ MFC 工程, 将上述文件全部拷贝到 MFC 工程目录下, 同时在对话框中实现如下代码段:
#include "interface.h"ANDROID_DL_HANDLE_T handle;Android_DL_Create(&handle);
此时, 编译工程会报出如下错误:
error LNK2019: 无法解析的外部符号 [email protected]该符号在函数 "public: void __thiscall CLibDemoDlg::OnBnClickedOk(void)" 中被引用
原因在于我们仅仅包含了相应函数的头文件, 而并没有导入任何的函数实现(如 cpp 源文件或者 lib 库文件). 接下来, 我们尝试直接在 VC++ 中使用 BCB 编译生成的 lib 库文件, 加入以下代码:
#pragma comment(lib, "eboot.lib")
编译时报出如下错误:
eboot.lib : warning LNK4003: 无效的库格式; 已忽略库
显然, VC++ 并不能正确的识别 BCB 所生成的 lib 库文件. 那么如何解决这个问题呢? 一般来说有两种方法:
动态加载 dll 动态链接库最直接的方法是, 既然有头文件, 那么就可以知道各个函数的定义, 而 dll 动态链接库则会将这些公开的函数导出. 因此, 可以直接调用 LoadLibrary 载入动态链接库, 并查找到相应的函数地址, 完成调用. 这种方法简单粗暴, 其好处是写出的源代码无论是在 BCB 还是在 VC++ 平台都能够通用. 但其缺点也很明显, 需要改写头文件, 定义各种各样的函数指针, 如果使用到的导出函数很多, 则工作量较大.
❸ BCB这样加载DLL怎么老出错
在添加删除程序里面选择vs2010,尝试修复一下,这么大的软件如果修不好的话就重装软件,重装软件不好的话就只能重装系统了
❹ 怎么看懂任务管理器中的进程
————-还有问提加群17815336 交流吧 附带你的问题 下仅列出windows系统最常见的一些进程,安装了驱动程序和应用软件后进程会相应有所增加 系统进程(1) 进程文件: [system process] or [system process]进程名称: Windows内存处理系统进程描述: Windows页面内存管理进程,拥有0级优先。常见错误: N/A是否为系统进程: 是进程文件: alg or alg.exe进程名称: 应用层网关服务描述: 这是一个应用层网关服务用于网络共享。常见错误: N/A是否为系统进程: 是进程文件: csrss or csrss.exe进程名称: Client/Server Runtime Server Subsystem描述: 客户端服务子系统,用以控制Windows图形相关子系统。常见错误: N/A是否为系统进程: 是进程文件: ddhelp or ddhelp.exe进程名称: DirectDraw Helper描述: DirectDraw Helper是DirectX这个用于图形服务的一个组成部分。常见错误: N/A是否为系统进程: 是进程文件: dllhost or dllhost.exe进程名称: DCOM DLL Host进程描述: DCOM DLL Host进程支持基于COM对象支持DLL以运行Windows程序。常见错误: N/A是否为系统进程: 是进程文件: explorer or explorer.exe进程名称: 程序管理描述: Windows Program Manager或者Windows Explorer用于控制Windows图形Shell,包括开始菜单、任务栏,桌面和文件管理。常见错误: N/A是否为系统进程: 是 系统进程(2) 进程文件: inetinfo or inetinfo.exe进程名称: IIS Admin Service Helper描述: InetInfo是Microsoft Internet Infomation Services (IIS)的一部分,用于Debug调试除错。常见错误: N/A是否为系统进程: 是进程文件: internat or internat.exe进程名称: Input Locales描述: 这个输入控制图标用于更改类似国家设置、键盘类型和日期格式。常见错误: N/A是否为系统进程: 是进程文件: kernel32 or kernel32.dll进程名称: Windows壳进程描述: Windows壳进程用于管理多线程、内存和资源。常见错误: N/A是否为系统进程: 是进程文件: lsass or lsass.exe进程名称: 本地安全权限服务描述: 这个本地安全权限服务控制Windows安全机制。常见错误: N/A是否为系统进程: 是进程文件: mdm or mdm.exe进程名称: Machine Debug Manager描述: Debug除错管理用于调试应用程序和Microsoft Office中的Microsoft Script Editor脚本编辑器。常见错误: N/A是否为系统进程: 是进程文件: mmtask or mmtask.tsk进程名称: 多媒体支持进程描述: 这个Windows多媒体后台程序控制多媒体服务,例如MIDI。常见错误: N/A是否为系统进程: 是 系统进程(3) 进程文件: mprexe or mprexe.exe进程名称: Windows路由进程描述: Windows路由进程包括向适当的网络部分发出网络请求。常见错误: N/A是否为系统进程: 是进程文件: msgsrv32 or msgsrv32.exe进程名称: Windows信使服务描述: Windows信使服务调用Windows驱动和程序管理在启动。常见错误: N/A是否为系统进程: 是进程文件: mstask or mstask.exe进程名称: Windows计划任务描述: Windows计划任务用于设定继承在什么时间或者什么日期备份或者运行。常见错误: N/A是否为系统进程: 是进程文件: regsvc or regsvc.exe进程名称: 远程注册表服务描述: 远程注册表服务用于访问在远程计算机的注册表。常见错误: N/A是否为系统进程: 是进程文件: rpcss or rpcss.exe进程名称: RPC Portmapper描述: Windows 的RPC端口映射进程处理RPC调用(远程模块调用)然后把它们映射给指定的服务提供者。常见错误: N/A是否为系统进程: 是进程文件: services or services.exe进程名称: Windows Service Controller描述: 管理Windows服务。常见错误: N/A是否为系统进程: 是 系统进程(4) 进程文件: smss or smss.exe进程名称: Session Manager Subsystem描述: 该进程为会话管理子系统用以初始化系统变量,MS-DOS驱动名称类似LPT1以及COM,调用Win32壳子系统和运行在Windows登陆过程。常见错误: N/A是否为系统进程: 是进程文件: snmp or snmp.exe进程名称: Microsoft SNMP Agent描述: Windows简单的网络协议代理(SNMP)用于监听和发送请求到适当的网络部分。常见错误: N/A是否为系统进程: 是进程文件: spool32 or spool32.exe进程名称: Printer Spooler描述: Windows打印任务控制程序,用以打印机就绪。常见错误: N/A是否为系统进程: 是进程文件: spoolsv or spoolsv.exe进程名称: Printer Spooler Service描述: Windows打印任务控制程序,用以打印机就绪。常见错误: N/A是否为系统进程: 是进程文件: stisvc or stisvc.exe进程名称: Still Image Service描述: Still Image Service用于控制扫描仪和数码相机连接在Windows。常见错误: N/A是否为系统进程: 是进程文件: svchost or svchost.exe进程名称: Service Host Process描述: Service Host Process是一个标准的动态连接库主机处理服务。常见错误: N/A是否为系统进程: 是 系统进程(5) 进程文件: system or system进程名称: Windows System Process描述: Microsoft Windows系统进程。常见错误: N/A是否为系统进程: 是进程文件: taskmon or taskmon.exe进程名称: Windows Task Optimizer描述: windows任务优化器监视你使用某个程序的频率,并且通过加载那些经常使用的程序来整理优化硬盘。 常见错误: N/A是否为系统进程: 是进程文件: tcpsvcs or tcpsvcs.exe进程名称: TCP/IP Services描述: TCP/IP Services Application支持透过TCP/IP连接局域网和Internet。常见错误: N/A是否为系统进程: 是进程文件: winlogon or winlogon.exe进程名称: Windows Logon Process描述: Windows NT用户登陆程序。常见错误: N/A是否为系统进程: 是进程文件: winmgmt or winmgmt.exe进程名称: Windows Management Service描述: Windows Management Service透过Windows Management Instrumentation data (WMI)技术处理来自应用客户端的请求。常见错误: N/A是否为系统进程: 是 一般程序(1)进程文件: absr or absr.exe进程名称: Backdoor.Autoupder Virus描述: 这个进程是Backdoor.Autoupder后门病毒程序创建的。常见错误: N/A是否为系统进程: 否进程文件: acrobat or acrobat.exe进程名称: Adobe Acrobat描述: Acrobat Writer用于创建PDF文档。常见错误: N/A是否为系统进程: 否进程文件: acrord32 or acrord32.exe进程名称: Acrobat Reader描述: Acrobat Reader是一个用于阅读PDF文档的软件。常见错误: N/A是否为系统进程: 否进程文件: agentsvr or agentsvr.exe进程名称: OLE automation server描述: OLE Automation Server是Microsoft Agent的一部分。常见错误: N/A是否为系统进程: 否进程文件: aim or aim.exe进程名称: AOL Instant Messenger描述: AOL Instant Messenger是一个在线聊天和即时通讯IM软件客户端。常见错误: N/A是否为系统进程: 否进程文件: airsvcu or airsvcu.exe进程名称: Microsoft Media Manager描述: OLE 这是一个用于在硬盘上建立索引文件和文件夹,在Microsoft Media Manager媒体管理启动时运行的进程。它可以在控制面板被禁用。常见错误: N/A是否为系统进程: 否 一般程序(2)进程文件: alogserv or alogserv.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。常见错误: N/A是否为系统进程: 否进程文件: avconsol or avconsol.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。常见错误: N/A是否为系统进程: 否进程文件: avsynmgr or avsynmgr.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。常见错误: N/A是否为系统进程: 否进程文件: backWeb or backWeb.exe进程名称: Backweb Adware描述: Backweb是一个Adware(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)来自Backweb Technologies。常见错误: N/A是否为系统进程: 否进程文件: bcb or bcb.exe进程名称: Borland C++ Builder描述: Borland C++ Builder常见错误: N/A是否为系统进程: 否进程文件: calc or calc.exe进程名称: Calculator描述: Microsoft Windows计算器程序常见错误: N/A是否为系统进程: 否 一般程序(3)进程文件: ccapp or ccapp.exe进程名称: Symantec Common Client描述: Symantec公用应用客户端包含在Norton AntiVirus 2003和Norton Personal Firewall 2003。常见错误: N/A是否为系统进程: 否进程文件: cdplayer or cdplayer.exe进程名称: CD Player描述: Microsoft Windows包含的CD播放器常见错误: N/A是否为系统进程: 否进程文件: charmap or charmap.exe进程名称: Windows Character Map描述: Windows字符映射表用来帮助你寻找不常见的字符。常见错误: N/A是否为系统进程: 否进程文件: cidaemon or cidaemon.exe进程名称: Microsoft Indexing Service描述: 在后台运行的Windows索引服务,用于帮助你搜索文件在下次变得更快。常见错误: N/A是否为系统进程: 否进程文件: cisvc or cisvc.exe进程名称: Microsoft Index Service Helper描述: Microsoft Index Service Helper监视Microsoft Indexing Service (cidaemon.exe) 的内存占用情况,如果cidaemon.exe内存使用超过了40M,则自动重新启动该进程。常见错误: N/A是否为系统进程: 否进程文件: cmd or cmd.exe进程名称: Windows Command Prompt描述: Windows控制台程序。不像旧的command.com,cmd.exe是一个32位的命令行使用在WinNT/2000/XP。常见错误: N/A是否为系统进程: 否 一般程序(4)进程文件: cmesys or cmesys.exe进程名称: Gator GAIN Adware描述: Gator GAIN是一个Adware插件(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)。常见错误: N/A是否为系统进程: 否进程文件: ctfmon or ctfmon.exe进程名称: Alternative User Input Services描述: 控制Alternative User Input Text Processor (TIP)和Microsoft Office语言条。Ctfmon.exe提供语音识别、手写识别、键盘、翻译和其它用户输入技术的支持。常见错误: N/A是否为系统进程: 否进程文件: ctsvccda or ctsvccda.exe进程名称: Create CD-ROM Services描述: 在Win9X创建CD-ROM访问服务。常见错误: N/A是否为系统进程: 否进程文件: cutftp or cutftp.exe进程名称: CuteFTP描述: CuteFTP是一个流行的FTP客户端用于从FTP服务器上传/下载文件。常见错误: N/A是否为系统进程: 否进程文件: defwatch or defwatch.exe进程名称: Norton AntiVirus描述: Norton Anti-Virus扫描你的文件和email以检查病毒。常见错误: N/A是否为系统进程: 否进程文件: devldr32 or devldr32.exe进程名称: Create Device Loader描述: Creative Device Loader属于Create SoundBlaster驱动。常见错误: N/A是否为系统进程: 否 一般程序(5)进程文件: directcd or directcd.exe进程名称: Adaptec DirectCD描述: Adaptec DirectCD是一个用文件管理器式的界面,烧录文件到光盘的软件。常见错误: N/A是否为系统进程: 否进程文件: dreamweaver or dreamweaver.exe进程名称: Macromedia DreamWeaver描述: Macromedia DreamWeaver是一个HTML编辑器用于创建站点和其它类别的HTML文档。常见错误: N/A是否为系统进程: 否进程文件: em_exec or em_exec.exe进程名称: Logitech Mouse Settings描述: 这是Logitech MouseWare状态栏图标的进程,用于用户访问控制鼠标属性和察看MouseWare帮助。 常见错误: N/A是否为系统进程: 否进程文件: excel or excel.exe进程名称: Microsoft Excel描述: Microsoft Excel是一个电子表格程序包括在Microsoft Office中。 常见错误: N/A是否为系统进程: 否进程文件: findfast or findfast.exe进程名称: Microsoft Office Indexing描述: Microsoft Office索引程序,用于提高Microsoft Office索引Office文档的速度。 常见错误: N/A是否为系统进程: 否进程文件: frontpage or frontpage.exe进程名称: Microsoft FrontPage描述: Microsoft FrontPage是一个HTML编辑器用于创建站点和其它类别的HTML文档。 常见错误: N/A是否为系统进程: 否 一般程序(6)进程文件: gmt or gmt.exe进程名称: Gator Spyware Component描述: Gator Spyware是一个广告插件,随Gator安装和启动。 常见错误: N/A是否为系统进程: 否进程文件: hh or hh.exe进程名称: Gator Windows Help描述: Windows Help程序用以打开帮助文件和文档,包括在很多Windows程序中。 常见错误: N/A是否为系统进程: 否进程文件: hidserv or hidserv.exe进程名称: Microsoft Human Interface Device Audio Service描述: 后台服务,用来支持U**音效部件和U**多媒体键盘。 常见错误: N/A是否为系统进程: 否进程文件: icq or icq.exe进程名称: ICQ描述: ICQ是一个在线聊天和即时通讯客户端。常见错误: N/A是否为系统进程: 否进程文件: iexplore or iexplore.exe进程名称: Internet Explorer描述: Microsoft Internet Explorer网络浏览器透过HTTP访问WWW万维网。常见错误: N/A是否为系统进程: 否进程文件: irmon or irmon.exe进程名称: Windows Infrared Port Monitor描述: Windows IRMon进程用以监视红外线端口设备。常见错误: N/A是否为系统进程: 否 一般程序(7)进程文件: kodakimage or kodakimage.exe进程名称: Imaging描述: Kodak Imaging是一个图片察看软件。包括在Windows,用以打开图像文件。常见错误: N/A是否为系统进程: 否进程文件: loadqm or loadqm.exe进程名称: MSN Queue Manager Loader描述: MSN Queue Manager Loader被随着MSN Explorer和MSN Messenger安装。他在一些时候会占用很多系统资源。常见错误: N/A是否为系统进程: 否进程文件: loadwc or loadwc.exe进程名称: Load WebCheck描述: Load WebCheck用以定制一些Internet Explorer的设定,添加、删除或者更新用户profiles设定。常见错误: N/A是否为系统进程: 否进程文件: mad or mad.exe进程名称: System Attendant Service描述: System Attendant Service是Microsoft Exchange Server的后台程序。它用以读取Microsoft Exchange的DLLs文件,写log信息和生成离线地址薄。常见错误: N/A是否为系统进程: 否进程文件: mcshield or mcshield.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。常见错误: N/A是否为系统进程: 否进程文件: mgabg or mgabg.exe进程名称: Matrox BIOS Guard描述: Matrox BIOS守护进程。常见错误: N/A是否为系统进程: 否 一般程序(8)进程文件: mmmc or mmc.exe进程名称: Microsoft Management Console描述: Microsoft Management Console管理控制程序集成了很多的系统控制选项。例如设备管理(系统、硬件)或者计算机权限控制(Administrative管理工具)。常见错误: N/A是否为系统进程: 否进程文件: mobsync or mobsync.exe进程名称: Microsoft Synchronization Manager描述: Internet Explorer的一个组成部分,用以在后台同步离线察看页面。常见错误: N/A是否为系统进程: 否进程文件: mplayer or mplayer.exe进程名称: Windows Media Player描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。常见错误: N/A是否为系统进程: 否进程文件: mplayer2 or mplayer2.exe进程名称: Windows Media Player描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。常见错误: N/A是否为系统进程: 否进程文件: msaccess or msaccess.exe进程名称: Microsoft Access描述: Microsoft Access是一个数据库软件包括在Microsoft Office。常见错误: N/A是否为系统进程: 否进程文件: m**b or m**b.exe进程名称: M**B Web3000 Spyware Application描述: M**B Web3000 Spyware是包括在一些adware产品中,利用注册表随Windows启动。常见错误: N/A是否为系统进程: 否 一般程序(9)进程文件: msdtc or msdtc.exe进程名称: Distributed Transaction Coordinator描述: Microsoft Distributed Transaction Coordinator控制多个服务器的传输,被安装在Microsoft Personal Web Server和Microsoft SQL Server。常见错误: N/A是否为系统进程: 否进程文件: msiexec or msiexec.exe进程名称: Windows Installer Component描述: Windows Installer的一部分。用来帮助Windows Installer package files (MSI)格式的安装文件。常见错误: N/A是否为系统进程: 否进程文件: msimn or msimn.exe进程名称: Microsoft Outlook Express描述: Microsoft Outlook Express是一个Email和新闻组客户端包括在Microsoft Windows。常见错误: N/A是否为系统进程: 否进程文件: msmsgs or msmsgs.exe进程名称: MSN Messenger Traybar Process描述: MSN Messenger是一个在线聊天和即时通讯客户端。常见错误: N/A是否为系统进程: 否进程文件: msoobe or msoobe.exe进程名称: Windows Proct Activation描述: Windows XP License的Proct Activation产品激活程序。常见错误: N/A是否为系统进程: 否进程文件: mspaint or mspaint.exe进程名称: Microsoft Paint描述: Microsoft Paint画图是一个图像编辑器包括在Microsoft Windows,它能够编辑bmp图像。 常见错误: N/A是否为系统进程: 否 一般程序(10)进程文件: mspmspsv or mspmspsv.exe进程名称: WMDM PMSP Service描述: Windows Media Player 7需要安装的Helper Service。 常见错误: N/A是否为系统进程: 否进程文件: mysqld-nt or mysqld-nt.exe进程名称: MySQL Daemon描述: MySQL Daemon控制访问MySQL数据库。 常见错误: N/A是否为系统进程: 否进程文件: navapsvc or navapsvc.exe进程名称: Norton AntiVirus Auto-Protect Service描述: Norton Anti-Virus扫描你的文件和email中的病毒。 常见错误: N/A是否为系统进程: 否进程文件: navapw32 or navapw32.exe进程名称: Norton AntiVirus Agent描述: Norton Anti-Virus扫描你的文件和email中的病毒。 常见错误: N/A是否为系统进程: 否进程文件: ndetect or ndetect.exe进程名称: ICQ Ndetect Agent描述: ICQ Ndetect Agent是ICQ用来侦测网络连接的程序。 常见错误: N/A是否为系统进程: 否进程文件: netscape or netscape.exe进程名称: Netscape描述: Netscape网络浏览器通过HTTP浏览WWW万维网。 常见错误: N/A是否为系统进程: 否一般程序(11)进程文件: notepad or notepad.exe进程名称: Notepad描述: Notepad字符编辑器用于打开文档。在Windows中附带。 常见错误: N/A是否为系统进程: 否进程文件: ntbackup or ntbackup.exe进程名称: Windows Backup描述: Windows备份工具用于备份文件和文件夹。 常见错误: N/A是否为系统进程: 否进程文件: ntvdm or ntvdm.exe进程名称: Windows 16-bit Virtual Machine描述: Windows Virtual Machine是为了兼容旧的16位Windows和DOS程序而设置的虚拟机。 常见错误: N/A是否为系统进程: 否进程文件: nvsvc32 or nvsvc32.exe进程名称: NVIDIA Driver Helper Service描述: NVIDIA Driver Helper Service在NVIDA显卡驱动中被安装。 常见错误: N/A是否为系统进程: 否进程文件: nwiz or nwiz.exe进程名称: NVIDIA nView Control Panel描述: NVIDIA nView控制面板在NVIDA显卡驱动中被安装,用于调整和设定。 常见错误: N/A是否为系统进程: 否进程文件: osa or osa.exe进程名称: Office Startup Assistant描述: Microsoft Office启动助手,随Windows启动,增强启动、Office字体、命令和Outlook事务提醒等特性。 常见错误: N/A是否为系统进程: 否 一般程序(12)进程文件: outlook or outlook.exe进程名称: Microsoft Outlook描述: Microsoft Outlook是一个Email客户端包括在Microsoft Office。 常见错误: N/A是否为系统进程: 否进程文件: photoshop or photoshop.exe进程名称: Adobe Photoshop描述: Adobe Photoshop是一个图像编辑软件,能够打开和编辑照片和其它更多类型格式的图片。 常见错误: N/A是否为系统进程: 否进程文件: point32 or point32.exe进程名称: Microsoft Intellimouse Monitor描述: Microsoft Intellimouse Monitor添加一个鼠标设定图标在工具栏。 常见错误: N/A是否为系统进程: 否进程文件: powerpnt or powerpnt.exe进程名称: Microsoft PowerPoint描述: Microsoft PowerPoint是一个演示软件包括在Microsoft Office。 常见错误: N/A是否为系统进程: 否进程文件: pstores or pstores.exe进程名称: Protected Storage Service描述: Microsoft Protected Storage服务控制保密的内容密码。 常见错误: N/A是否为系统进程: 否进程文件: qttask or qttask.exe进程名称: Quick Time Tray Icon描述: Quick Time任务栏图标在你运行Quick Time的时候启动。 常见错误: N/A是否为系统进程: 否 一般程序(13)进程文件: realplay or realplay.exe进程名称: Real Player描述: Real Player是一个媒体播放器用来打开和播放音乐、声音和Real Media格式的视频文件。 常见错误: N/A是否为系统进程: 否进程文件: rnaapp or rnaapp.exe进程名称: Windows Modem Connection描述: Windows Modem连接控制用以控制拨号modem连接。 常见错误: N/A是否为系统进程: 否进程文件: rtvscan or rtvscan.exe进程名称: Norton AntiVirus描述: Norton Anti-Virus用以扫描你的文件和email中的病毒。 常见错误: N/A是否为系统进程: 否进程文件: rundll32 or rundll32.exe进程名称: Windows RUNDLL32 Helper描述: Windows Rundll32为了需要调用DLLs的程序。 常见错误: N/A是否为系统进程: 否进程文件: sndrec32 or sndrec32.exe进程名称: Windows Sound Recorder描述: Windows录音机用以播放和录制声音文件(.wav)。 常见错误: N/A是否为系统进程: 否进程文件: sndvol32 or sndvol32.exe进程名称: Windows Volume Control描述: Windows声音控制进程在任务栏驻留用以控制音量和声卡相关。 常见错误: N/A是否为系统进程: 否 一般程序(14)进程文件: spoolss or spoolss.exe进程名称: Printer Spooler Subsystem描述: Windows打印机控制子程序用以调用需要打印的内容从磁盘到打印机。 常见错误: N/A是否为系统进程: 否进程文件: starter or starter.exe进程名称: Creative Labs Ensoniq Mixer Tray icon描述: 状态栏图标在Creative Sound Mixer中被安装。为了Creative声卡 (SoundBlaster)。 常见错误: N/A是否为系统进程: 否进程文件: systray or systray.exe进程名称: Windows Power Management描述: Windows电源管理程序用以控制节能和恢复启动。 常见错误: N/A是否为系统进程: 否进程文件: tapisrv or tapisrv.exe进程名称: TAPI Service描述: Windows Telephony (TAPI) 的后台服务程序。 常见错误: N/A是否为系统进程: 否进程文件: userinit or userinit.exe进程名称: UserInit Process描述: UserInit程序运行登陆脚本,建立网络连接和启动Shell壳。 常见错误: N/A是否为系统进程: 否进程文件: visio or visio.exe进程名称: Microsoft Visio描述: Microsoft Visio是一个图形化管理软件。 常见错误: N
❺ XP系统问题!!
操作系统进程描述1.系统进程system process进程文件: [system process] or [system process]进程名称: Windows内存处理系统进程描述: Windows页面内存管理进程,拥有0级优先。alg.exe进程文件: alg or alg.exe进程名称: 应用层网关服务描述: 这是一个应用层网关服务用于网络共享。csrss.exe进程文件: csrss or csrss.exe进程名称: Client/Server Runtime Server Subsystem描述: 客户端服务子系统,用以控制Windows图形相关子系统。ddhelp.exe进程文件: ddhelp or ddhelp.exe进程名称: DirectDraw Helper描述: DirectDraw Helper是DirectX这个用于图形服务的一个组成部分。dllhost.exe进程文件: dllhost or dllhost.exe进程名称: DCOM DLL Host进程描述: DCOM DLL Host进程支持基于COM对象支持DLL以运行Windows程序。inetinfo.exe进程文件: inetinfo or inetinfo.exe进程名称: IIS Admin Service Helper描述: InetInfo是Microsoft Internet Infomation Services (IIS)的一部分,用于Debug调试除错。internat.exe进程文件: internat or internat.exe进程名称: Input Locales描述: 这个输入控制图标用于更改类似国家设置、键盘类型和日期格式。kernel32.dll进程文件: kernel32 or kernel32.dll进程名称: Windows壳进程描述: Windows壳进程用于管理多线程、内存和资源。lsass.exe进程文件: lsass or lsass.exe进程名称: 本地安全权限服务描述: 这个本地安全权限服务控制Windows安全机制。mdm.exe进程文件: mdm or mdm.exe进程名称: Machine Debug Manager描述: Debug除错管理用于调试应用程序和Microsoft Office中的Microsoft Script Editor脚本编辑器。mmtask.tsk进程文件: mmtask or mmtask.tsk进程名称: 多媒体支持进程描述: 这个Windows多媒体后台程序控制多媒体服务,例如MIDI。mprexe.exe进程文件: mprexe or mprexe.exe进程名称: Windows路由进程描述: Windows路由进程包括向适当的网络部分发出网络请求。msgsrv32.exe进程文件: msgsrv32 or msgsrv32.exe进程名称: Windows信使服务描述: Windows信使服务调用Windows驱动和程序管理在启动。mstask.exe进程文件: mstask or mstask.exe进程名称: Windows计划任务描述: Windows计划任务用于设定继承在什么时间或者什么日期备份或者运行。regsvc.exe进程文件: regsvc or regsvc.exe进程名称: 远程注册表服务描述: 远程注册表服务用于访问在远程计算机的注册表。rpcss.exe进程文件: rpcss or rpcss.exe进程名称: RPC Portmapper描述: Windows 的RPC端口映射进程处理RPC调用(远程模块调用)然后把它们映射给指定的服务提供者。services.exe进程文件: services or services.exe进程名称: Windows Service Controller描述: 管理Windows服务。smss.exe进程文件: smss or smss.exe进程名称: Session Manager Subsystem描述: 该进程为会话管理子系统用以初始化系统变量,MS-DOS驱动名称类似LPT1以及COM,调用Win32壳子系统和运行在Windows登陆过程。snmp.exe进程文件: snmp or snmp.exe进程名称: Microsoft SNMP Agent描述: Windows简单的网络协议代理(SNMP)用于监听和发送请求到适当的网络部分。spool32.exe进程文件: spool32 or spool32.exe进程名称: Printer Spooler描述: Windows打印任务控制程序,用以打印机就绪。spoolsv.exe进程文件: spoolsv or spoolsv.exe进程名称: Printer Spooler Service描述: Windows打印任务控制程序,用以打印机就绪。stisvc.exe进程文件: stisvc or stisvc.exe进程名称: Still Image Service描述: Still Image Service用于控制扫描仪和数码相机连接在Windows。svchost.exe进程文件: svchost or svchost.exe进程名称: Service Host Process描述: Service Host Process是一个标准的动态连接库主机处理服务。system进程文件: system or system进程名称: Windows System Process描述: Microsoft Windows系统进程。taskmon.exe进程文件: taskmon or taskmon.exe进程名称: Windows Task Optimizer描述: windows任务优化器监视你使用某个程序的频率,并且通过加载那些经常使用的程序来整理优化硬盘。tcpsvcs.exe进程文件: tcpsvcs or tcpsvcs.exe进程名称: TCP/IP Services描述: TCP/IP Services Application支持透过TCP/IP连接局域网和Internet。winlogon.exe进程文件: winlogon or winlogon.exe进程名称: Windows Logon Process描述: Windows NT用户登陆程序。winmgmt.exe进程文件: winmgmt or winmgmt.exe进程名称: Windows Management Service描述: Windows Management Service透过Windows Management Instrumentation data (WMI)技术处理来自应用客户端的请求。2.程序进程(非系统进程)absr.exe进程文件: absr or absr.exe进程名称: Backdoor.Autoupder Virus描述: 这个进程是Backdoor.Autoupder后门病毒程序创建的。acrobat.exe进程文件: acrobat or acrobat.exe进程名称: Adobe Acrobat描述: Acrobat Writer用于创建PDF文档。acrord32.exe进程文件: acrord32 or acrord32.exe进程名称: Acrobat Reader描述: Acrobat Reader是一个用于阅读PDF文档的软件。agentsvr.exe进程文件: agentsvr or agentsvr.exe进程名称: OLE automation server描述: OLE Automation Server是Microsoft Agent的一部分。aim.exe进程文件: aim or aim.exe进程名称: AOL Instant Messenger描述: AOL Instant Messenger是一个在线聊天和即时通讯IM软件客户端。airsvcu.exe进程文件: airsvcu or airsvcu.exe进程名称: Microsoft Media Manager描述: OLE 这是一个用于在硬盘上建立索引文件和文件夹,在Microsoft Media Manager媒体管理启动时运行的进程。它可以在控制面板被禁用。alogserv.exe进程文件: alogserv or alogserv.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。avconsol.exe进程文件: avconsol or avconsol.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。avsynmgr.exe进程文件: avsynmgr or avsynmgr.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。backWeb.exe进程文件: backWeb or backWeb.exe进程名称: Backweb Adware描述: Backweb是一个Adware(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)来自Backweb Technologies。bcb.exe进程文件: bcb or bcb.exe进程名称: Borland C++ Builder描述: Borland C++ Buildercalc.exe进程文件: calc or calc.exe进程名称: Calculator描述: Microsoft Windows计算器程序ccapp.exe进程文件: ccapp or ccapp.exe进程名称: Symantec Common Client描述: Symantec公用应用客户端包含在Norton AntiVirus 2003和Norton Personal Firewall 2003。cdplayer.exe进程文件: cdplayer or cdplayer.exe进程名称: CD Player描述: Microsoft Windows包含的CD播放器charmap.exe进程文件: charmap or charmap.exe进程名称: Windows Character Map描述: Windows字符映射表用来帮助你寻找不常见的字符。idaemon.exe进程文件: cidaemon or cidaemon.exe进程名称: Microsoft Indexing Service描述: 在后台运行的Windows索引服务,用于帮助你搜索文件在下次变得更快。cisvc.exe进程文件: cisvc or cisvc.exe进程名称: Microsoft Index Service Helper描述: Microsoft Index Service Helper监视Microsoft Indexing Service (cidaemon.exe) 的内存占用情况,如果cidaemon.exe内存使用超过了40M,则自动重新启动该进程。cmd.exe进程文件: cmd or cmd.exe进程名称: Windows Command Prompt描述: Windows控制台程序。不像旧的command.com,cmd.exe是一个32位的命令行使用在WinNT/2000/XP。cmesys.exe进程文件: cmesys or cmesys.exe进程名称: Gator GAIN Adware描述: Gator GAIN是一个Adware插件(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)。ctfmon.exe进程文件: ctfmon or ctfmon.exe进程名称: Alternative User Input Services描述: 控制Alternative User Input Text Processor (TIP)和Microsoft Office语言条。Ctfmon.exe提供语音识别、手写识别、键盘、翻译和其它用户输入技术的支持。ctsvccda.exe进程文件: ctsvccda or ctsvccda.exe进程名称: Create CD-ROM Services描述: 在Win9X创建CD-ROM访问服务。cutftp.exe进程文件: cutftp or cutftp.exe进程名称: CuteFTP描述: CuteFTP是一个流行的FTP客户端用于从FTP服务器上传/下载文件。defwatch.exe进程文件: defwatch or defwatch.exe进程名称: Norton AntiVirus描述: Norton Anti-Virus扫描你的文件和email以检查病毒。devldr32.exe进程文件: devldr32 or devldr32.exe进程名称: Create Device Loader描述: Creative Device Loader属于Create Soundblaster驱动。directcd.exe进程文件: directcd or directcd.exe进程名称: Adaptec DirectCD描述: Adaptec DirectCD是一个用文件管理器式的界面,烧录文件到光盘的软件。dreamweaver.exe进程文件: dreamweaver or dreamweaver.exe进程名称: Macromedia DreamWeaver描述: Macromedia DreamWeaver是一个HTML编辑器用于创建站点和其它类别的HTML文档。em_exec.exe进程文件: em_exec or em_exec.exe进程名称: Logitech Mouse Settings描述: 这是Logitech MouseWare状态栏图标的进程,用于用户访问控制鼠标属性和察看MouseWare帮助。excel.exe进程文件: excel or excel.exe进程名称: Microsoft Excel描述: Microsoft Excel是一个电子表格程序包括在Microsoft Office中。findfast.exe进程文件: findfast or findfast.exe进程名称: Microsoft Office Indexing描述: Microsoft Office索引程序,用于提高Microsoft Office索引Office文档的速度。frontpage.exe进程文件: frontpage or frontpage.exe进程名称: Microsoft FrontPage描述: Microsoft FrontPage是一个HTML编辑器用于创建站点和其它类别的HTML文档。gmt.exe进程文件: gmt or gmt.exe进程名称: Gator Spyware Component描述: Gator Spyware是一个广告插件,随Gator安装和启动。hh.exe进程文件: hh or hh.exe进程名称: Gator Windows Help描述: Windows Help程序用以打开帮助文件和文档,包括在很多Windows程序中。hidserv.exe进程文件: hidserv or hidserv.exe进程名称: Microsoft Human Interface Device Audio Service描述: 后台服务,用来支持USB音效部件和USB多媒体键盘。QQ.exe进程文件: QQ or QQ.exe进程名称: QQ描述: QQ是一个在线聊天和即时通讯客户端。iexplore.exe进程文件: iexplore or iexplore.exe进程名称: Internet Explorer描述: Microsoft Internet Explorer网络浏览器透过HTTP访问WWW万维网。kodakimage.exe进程文件: kodakimage or kodakimage.exe进程名称: Imaging描述: Kodak Imaging是一个图片察看软件。包括在Windows,用以打开图像文件。loadqm.exe进程文件: loadqm or loadqm.exe进程名称: MSN Queue Manager Loader描述: MSN Queue Manager Loader被随着MSN Explorer和MSN Messenger安装。他在一些时候会占用很多系统资源。loadwc.exe进程文件: loadwc or loadwc.exe进程名称: Load WebCheck描述: Load WebCheck用以定制一些Internet Explorer的设定,添加、删除或者更新用户profiles设定。mad.exe进程文件: mad or mad.exe进程名称: System Attendant Service描述: System Attendant Service是Microsoft Exchange Server的后台程序。它用以读取Microsoft Exchange的DLLs文件,写log信息和生成离线地址薄。mcshield.exe进程文件: mcshield or mcshield.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。mgabg.exe进程文件: mgabg or mgabg.exe进程名称: Matrox BIOS Guard描述: Matrox BIOS守护进程。mmc.exe进程文件: mmmc or mmc.exe进程名称: Microsoft Management Console描述: Microsoft Management Console管理控制程序集成了很多的系统控制选项。例如设备管理(系统、硬件 )或者计算机权限控制(Administrative管理工具)。mobsync.exe进程文件: mobsync or mobsync.exe进程名称: Microsoft Synchronization Manager描述: Internet Explorer的一个组成部分,用以在后台同步离线察看页面。mplayer.exe进程文件: mplayer or mplayer.exe进程名称: Windows Media Player描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。mplayer2.exe进程文件: mplayer2 or mplayer2.exe进程名称: Windows Media Player描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。msaccess.exe进程文件: msaccess or msaccess.exe进程名称: Microsoft Access描述: Microsoft Access是一个数据库软件包括在Microsoft Office。msbb.exe进程文件: msbb or msbb.exe进程名称: MSBB Web3000 Spyware Application描述: MSBB Web3000 Spyware是包括在一些adware产品中,利用注册表随Windows启动。msdtc.exe进程文件: msdtc or msdtc.exe进程名称: Distributed Transaction Coordinator描述: Microsoft Distributed Transaction Coordinator控制多个服务器的传输,被安装在Microsoft Personal Web Server和Microsoft SQL Server。msiexec.exe进程文件: msiexec or msiexec.exe进程名称: Windows Installer Component描述: Windows Installer的一部分。用来帮助Windows Installer package files (MSI)格式的安装文件。msimn.exe进程文件: msimn or msimn.exe进程名称: Microsoft Outlook Express描述: Microsoft Outlook Express是一个Email和新闻组客户端包括在Microsoft Windows。msmsgs.exe进程文件: msmsgs or msmsgs.exe进程名称: MSN Messenger Traybar Process描述: MSN Messenger是一个在线聊天和即时通讯客户端。msoobe.exe进程文件: msoobe or msoobe.exe进程名称: Windows Proct Activation描述: Windows XP License的Proct Activation产品激活程序。mspaint.exe进程文件: mspaint or mspaint.exe进程名称: Microsoft Paint描述: Microsoft Paint画图是一个图像编辑器包括在Microsoft Windows,它能够编辑bmp图像。mspmspsv.exe进程文件: mspmspsv or mspmspsv.exe进程名称: WMDM PMSP Service描述: Windows Media Player 7需要安装的Helper Service。mysqld-nt.exe进程文件: mysqld-nt or mysqld-nt.exe进程名称: MySQL Daemon描述: MySQL Daemon控制访问MySQL数据库。navapsvc.exe进程文件: navapsvc or navapsvc.exe进程名称: Norton AntiVirus Auto-Protect Service描述: Norton Anti-Virus扫描你的文件和email中的病毒。navapw32.exe进程文件: navapw32 or navapw32.exe进程名称: Norton AntiVirus Agent描述: Norton Anti-Virus扫描你的文件和email中的病毒。ndetect.exe进程文件: ndetect or ndetect.exe进程名称: ICQ Ndetect Agent描述: ICQ Ndetect Agent是ICQ用来侦测网络连接的程序。netscape.exe进程文件: netscape or netscape.exe进程名称: Netscape描述: Netscape网络浏览器通过HTTP浏览WWW万维网。notepad.exe进程文件: notepad or notepad.exe进程名称: Notepad描述: Notepad字符编辑器用于打开文档。在Windows中附带。ntbackup.exe进程文件: ntbackup or ntbackup.exe进程名称: Windows Backup描述: Windows备份工具用于备份文件和文件夹。ntvdm.exe进程文件: ntvdm or ntvdm.exe进程名称: Windows 16-bit Virtual Machine描述: Windows Virtual Machine是为了兼容旧的16位Windows和DOS程序而设置的虚拟机。nvsvc32.exe进程文件: nvsvc32 or nvsvc32.exe进程名称: NVIDIA Driver Helper Service描述: NVIDIA Driver Helper Service在NVIDA显卡驱动中被安装。nwiz.exe进程文件: nwiz or nwiz.exe进程名称: NVIDIA nView Control Panel描述: NVIDIA nView控制面板在NVIDA显卡驱动中被安装,用于调整和设定。osa.exe进程文件: osa or osa.exe进程名称: Office Startup Assistant描述: Microsoft Office启动助手,随Windows启动,增强启动、Office字体、命令和Outlook事务提醒等特性。outlook.exe进程文件: outlook or outlook.exe进程名称: Microsoft Outlook描述: Microsoft Outlook是一个Email客户端包括在Microsoft Office。photoshop.exe进程文件: photoshop or photoshop.exe进程名称: Adobe Photoshop描述: Adobe Photoshop是一个图像编辑软件,能够打开和编辑照片和其它更多类型格式的图片。point32.exe进程文件: point32 or point32.exe进程名称: Microsoft Intellimouse Monitor描述: Microsoft Intellimouse Monitor添加一个鼠标设定图标在工具栏。powerpnt.exe进程文件: powerpnt or powerpnt.exe进程名称: Microsoft PowerPoint描述: Microsoft PowerPoint是一个演示软件包括在Microsoft Office。pstores.exe进程文件: pstores or pstores.exe进程名称: Protected Storage Service描述: Microsoft Protected Storage服务控制保密的内容密码。qttask.exe进程文件: qttask or qttask.exe进程名称: Quick Time Tray Icon描述: Quick Time任务栏图标在你运行Quick Time的时候启动。realplay.exe进程文件: realplay or realplay.exe进程名称: Real Player描述: Real Player是一个媒体播放器用来打开和播放音乐、声音和Real Media格式的视频文件。rnaapp.exe进程文件: rnaapp or rnaapp.exe进程名称: Windows Modem Connection描述: Windows Modem连接控制用以控制拨号modem连接。rtvscan.exe进程文件: rtvscan or rtvscan.exe进程名称: Norton AntiVirus描述: Norton Anti-Virus用以扫描你的文件和email中的病毒。rundll32.exe进程文件: rundll32 or rundll32.exe进程名称: Windows RUNDLL32 Helper描述: Windows Rundll32为了需要调用DLLs的程序。sndrec32.exe进程文件: sndrec32 or sndrec32.exe进程名称: Windows Sound Recorder描述: Windows录音机用以播放和录制声音文件(.wav)。sndvol32.exe进程文件: sndvol32 or sndvol32.exe进程名称: Windows Volume Control描述: Windows声音控制进程在任务栏驻留用以控制音量和声卡相关。spoolss.exe进程文件: spoolss or spoolss.exe进程名称: Printer Spooler Subsystem描述: Windows打印机控制子程序用以调用需要打印的内容从磁盘到打印机。starter.exe进程文件: starter or starter.exe进程名称: Creative Labs Ensoniq Mixer Tray icon描述: 状态栏图标在Creative Sound Mixer中被安装。为了Creative声卡 (Soundblaster)。systray.exe进程文件: systray or systray.exe进程名称: Windows Power Management描述: Windows电源管理程序用以控制节能和恢复启动。tapisrv.exe进程文件: tapisrv or tapisrv.exe进程名称: TAPI Service描述: Windows Telephony (TAPI) 的后台服务程序。userinit.exe进程文件: userinit or userinit.exe进程名称: UserInit Process描述: UserInit程序运行登陆脚本,建立网络连接和启动Shell壳。visio.exe进程文件: visio or visio.exe进程名称: Microsoft Visio描述: Microsoft Visio是一个图形化管理软件。vptray.exe进程文件: vptray or vptray.exe进程名称: Norton AntiVirus描述: Norton Anti-Virus扫描你的文件和email中的病毒。vshwin32.exe进程文件: vshwin32 or vshwin32.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。vsmon.exe进程文件: vsmon or vsmon.exe进程名称: True Vector Internet Monitor描述: True Vector Internet Monitor是ZoneAlarm个人防火墙的一部分,用以监视网络流经数据和攻击。vsstat.exe进程文件: vsstat or vsstat.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。wab.exe进程文件: wab or wab.exe进程名称: Address Book描述: 在Outlook中的地址薄。用来存放email地址、联系信息。webscanx.exe进程文件: webscanx or webscanx.exe进程名称: McAfee VirusScan描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。winamp.exe进程文件: winamp or winamp.exe进程名称: WinAmp描述: WinAmp Media Player是一个用来打开音乐、声音和视频文件以及用以管理Mp3文件的软件。winhlp32.exe进程文件: winhlp32 or winhlp32.exe进程名称: Windows Help描述: Windows帮助文件察看程序,用来打开帮助文档。该程序被包括在很多的Windows程序中。winoa386.mod进程文件: winoa386 or winoa386.mod进程名称: MS-DOS Console描述: Windows MS-DOS控制台用以DOS命令和脚本。winproj.exe进程文件: winproj or winproj.exe进程名称: Microsoft Project描述: Microsoft Project是一个项目计划编制程序。winroute.exe进程文件: winroute or winroute.exe进程名称: WinRoute描述: WinRoute是一个基于Windows的防火墙/路由/连接共享软件。winword.exe进程文件: winword or winword.exe进程名称: Microsoft Word描述: Microsoft Word是一个字处理程序包括在Microsoft Office。winzip32.exe进程文件: winzip32 or winzip32.exe进程名称: WinZip描述: WinZip是一个文件压缩工具,用于创建,打开和解压zip文件。wkcalrem.exe进程文件: wkcalrem or wkcalrem.exe进程名称: Microsoft Works Calendar Reminder描述: Microsoft Works Calendar Reminders工作日程提醒,在后台处理和显示弹出计划的工作日志提醒。wkqkpick.exe进程文件: wkqkpick or wkqkpick.exe进程名称: WinZip traybar icon描述: WinZip的状态栏图标,被允许在Winzip启动时启动。wmplayer.exe进程文件: wmplayer or wmplayer.exe进程名称: Windows Media Player描述: Windows Media Player是一个用来打开和播放音乐,声音和视频的软件。wordpad.exe进程文件: wordpad or wordpad.exe进程名称: Wordpad描述: Wordpad是一个字符编辑器用以打开和编辑txt和rtf档。wowexec.exe进程文件: wowexec or wowexec.exe进程名称: Windows On Windows Execution Process描述: Windows On Windows Execution Support Process和ntvdm.exe作用类似,为了兼容16位应用程序。ypager.exe进程文件: ypager or ypager.exe进程名称: Yahoo Messenger Helper描述: Yahoo Messenger的状态栏图标,随Yahoo Messenger运
❻ 在bcb中连接sql server2000存取图片和声音文件怎么弄啊
ADOQuery1->Close(); ADOQuery1->SQL->Clear(); ADOQuery1->SQL->Text = "update 表名 set 字段名= :photo " ; ADOQuery1->Parameters->ParamByName("photo")->LoadFromFile(你的路径,ftBlob); ADOQuery1->ExecSQL();这是通过参数方式插ftBlob!数据库里是image类型的 SQLServer2000
❼ 电脑进程中的问题
由于内容过多,以下按英文字母先后分类排序,需要查询,请按CTRL+F组合键,然后输入你要查找的字符串,点击“查找下一个”即可。 A——F absr.exe 进程文件: absr or absr.exe 进程名称: Backdoor.Autoupder Virus 描述: 这个进程是Backdoor.Autoupder后门病毒程序创建的。 是否为系统进程: 否 acrobat.exe 进程文件: acrobat or acrobat.exe 进程名称: Adobe Acrobat 描述: Acrobat Writer用于创建PDF文档。 是否为系统进程: 否 acrord32.exe 进程文件: acrord32 or acrord32.exe 进程名称: Acrobat Reader 描述: Acrobat Reader是一个用于阅读PDF文档的软件。 是否为系统进程: 否 agentsvr.exe 进程文件: agentsvr or agentsvr.exe 进程名称: OLE automation server 描述: OLE Automation Server是Microsoft Agent的一部分。 是否为系统进程: 否 aim.exe 进程文件: aim or aim.exe 进程名称: AOL Instant Messenger 描述: AOL Instant Messenger是一个在线聊天和即时通讯IM软件客户端。 是否为系统进程: 否 airsvcu.exe 进程文件: airsvcu or airsvcu.exe 进程名称: Microsoft Media Manager 描述: OLE 这是一个用于在硬盘上建立索引文件和文件夹,在Microsoft Media Manager媒体管理启动时运行的进程。它可以在控制面板被禁用。 是否为系统进程: 否 alogserv.exe 进程文件: alogserv or alogserv.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。 是否为系统进程: 否 avconsol.exe 进程文件: avconsol or avconsol.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。 是否为系统进程: 否 avsynmgr.exe 进程文件: avsynmgr or avsynmgr.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。 是否为系统进程: 否 backWeb.exe 进程文件: backWeb or backWeb.exe 进程名称: Backweb Adware 描述: Backweb是一个Adware(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)来自Backweb Technologies。 是否为系统进程: 否 bcb.exe 进程文件: bcb or bcb.exe 进程名称: Borland C++ Builder 描述: Borland C++ Builder 是否为系统进程: 否 calc.exe 进程文件: calc or calc.exe 进程名称: Calculator 描述: Microsoft Windows计算器程序 是否为系统进程: 否 ccapp.exe 进程文件: ccapp or ccapp.exe 进程名称: Symantec Common Client 描述: Symantec公用应用客户端包含在Norton AntiVirus 2003和Norton Personal Firewall 2003。 是否为系统进程: 否 cdplayer.exe 进程文件: cdplayer or cdplayer.exe 进程名称: CD Player 描述: Microsoft Windows包含的CD播放器 是否为系统进程: 否 charmap.exe 进程文件: charmap or charmap.exe 进程名称: Windows Character Map 描述: Windows字符映射表用来帮助你寻找不常见的字符。 是否为系统进程: 否 idaemon.exe 进程文件: cidaemon or cidaemon.exe 进程名称: Microsoft Indexing Service 描述: 在后台运行的Windows索引服务,用于帮助你搜索文件在下次变得更快。 是否为系统进程: cisvc.exe 进程文件: cisvc or cisvc.exe 进程名称: Microsoft Index Service Helper 描述: Microsoft Index Service Helper监视Microsoft Indexing Service (cidaemon.exe) 的内存占用情况,如果cidaemon.exe内存使用超过了40M,则自动重新启动该进程。 是否为系统进程: 否 cmd.exe 进程文件: cmd or cmd.exe 进程名称: Windows Command Prompt 描述: Windows控制台程序。不像旧的command.com,cmd.exe是一个32位的命令行使用在WinNT/2000/XP。 是否为系统进程: 否 cmesys.exe 进程文件: cmesys or cmesys.exe 进程名称: Gator GAIN Adware 描述: Gator GAIN是一个Adware插件(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)。 是否为系统进程: 否 ctfmon.exe 进程文件: ctfmon or ctfmon.exe 进程名称: Alternative User Input Services 描述: 控制Alternative User Input Text Processor (TIP)和Microsoft Office语言条。Ctfmon.exe提供语音识别、手写识别、键盘、翻译和其它用户输入技术的支持。 是否为系统进程: 否 ctsvccda.exe 进程文件: ctsvccda or ctsvccda.exe 进程名称: Create CD-ROM Services 描述: 在Win9X创建CD-ROM访问服务。 是否为系统进程: 否 cutftp.exe 进程文件: cutftp or cutftp.exe 进程名称: CuteFTP 描述: CuteFTP是一个流行的FTP客户端用于从FTP服务器上传/下载文件。 是否为系统进程: 否 defwatch.exe 进程文件: defwatch or defwatch.exe 进程名称: Norton AntiVirus 描述: Norton Anti-Virus扫描你的文件和email以检查病毒。 是否为系统进程: 否 devldr32.exe 进程文件: devldr32 or devldr32.exe 进程名称: Create Device Loader 描述: Creative Device Loader属于Create Soundblaster驱动。 是否为系统进程: 否 directcd.exe 进程文件: directcd or directcd.exe 进程名称: Adaptec DirectCD 描述: Adaptec DirectCD是一个用文件管理器式的界面,烧录文件到光盘的软件。 是否为系统进程: 否 dreamweaver.exe 进程文件: dreamweaver or dreamweaver.exe 进程名称: Macromedia DreamWeaver 描述: Macromedia DreamWeaver是一个HTML编辑器用于创建站点和其它类别的HTML文档。 是否为系统进程: 否 em_exec.exe 进程文件: em_exec or em_exec.exe 进程名称: Logitech Mouse Settings 描述: 这是Logitech MouseWare状态栏图标的进程,用于用户访问控制鼠标属性和察看MouseWare帮助。 是否为系统进程: 否 excel.exe 进程文件: excel or excel.exe 进程名称: Microsoft Excel 描述: Microsoft Excel是一个电子表格程序包括在Microsoft Office中。 是否为系统进程: 否 findfast.exe 进程文件: findfast or findfast.exe 进程名称: Microsoft Office Indexing 描述: Microsoft Office索引程序,用于提高Microsoft Office索引Office文档的速度。 是否为系统进程: 否 frontpage.exe 进程文件: frontpage or frontpage.exe 进程名称: Microsoft FrontPage 描述: Microsoft FrontPage是一个HTML编辑器用于创建站点和其它类别的HTML文档。 是否为系统进程: 否 G——O gmt.exe 进程文件: gmt or gmt.exe 进程名称: Gator Spyware Component 描述: Gator Spyware是一个广告插件,随Gator安装和启动。 是否为系统进程: 否 hh.exe 进程文件: hh or hh.exe 进程名称: Gator Windows Help 描述: Windows Help程序用以打开帮助文件和文档,包括在很多Windows程序中。 是否为系统进程: 否 hidserv.exe 进程文件: hidserv or hidserv.exe 进程名称: Microsoft Human Interface Device Audio Service 描述: 后台服务,用来支持USB音效部件和USB多媒体键盘。 是否为系统进程: 否 QQ.exe 进程文件: QQ or QQ.exe 进程名称: QQ 描述: QQ是一个在线聊天和即时通讯客户端。 是否为系统进程: 否 iexplore.exe 进程文件: iexplore or iexplore.exe 进程名称: Internet Explorer 描述: Microsoft Internet Explorer网络浏览器透过HTTP访问WWW万维网。 是否为系统进程: 否 kodakimage.exe 进程文件: kodakimage or kodakimage.exe 进程名称: Imaging 描述: Kodak Imaging是一个图片察看软件。包括在Windows,用以打开图像文件。 是否为系统进程: 否 loadqm.exe 进程文件: loadqm or loadqm.exe 进程名称: MSN Queue Manager Loader 描述: MSN Queue Manager Loader被随着MSN Explorer和MSN Messenger安装。他在一些时候会占用很多系统资源。 是否为系统进程: 否 loadwc.exe 进程文件: loadwc or loadwc.exe 进程名称: Load WebCheck 描述: Load WebCheck用以定制一些Internet Explorer的设定,添加、删除或者更新用户profiles设定。 是否为系统进程: 否 mad.exe 进程文件: mad or mad.exe 进程名称: System Attendant Service 描述: System Attendant Service是Microsoft Exchange Server的后台程序。它用以读取Microsoft Exchange的DLLs文件,写log信息和生成离线地址薄。 是否为系统进程: 否 mcshield.exe 进程文件: mcshield or mcshield.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 mgabg.exe 进程文件: mgabg or mgabg.exe 进程名称: Matrox BIOS Guard 描述: Matrox BIOS守护进程。 是否为系统进程: 否 mmc.exe 进程文件: mmmc or mmc.exe 进程名称: Microsoft Management Console 描述: Microsoft Management Console管理控制程序集成了很多的系统控制选项。例如设备管理(系统、硬件 )或者计算机权限控制(Administrative管理工具)。 是否为系统进程: 否 mobsync.exe 进程文件: mobsync or mobsync.exe 进程名称: Microsoft Synchronization Manager 描述: Internet Explorer的一个组成部分,用以在后台同步离线察看页面。 是否为系统进程: 否 mplayer.exe 进程文件: mplayer or mplayer.exe 进程名称: Windows Media Player 描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。 是否为系统进程: 否 mplayer2.exe 进程文件: mplayer2 or mplayer2.exe 进程名称: Windows Media Player 描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。 是否为系统进程: 否 msaccess.exe 进程文件: msaccess or msaccess.exe 进程名称: Microsoft Access 描述: Microsoft Access是一个数据库软件包括在Microsoft Office。 是否为系统进程: 否 msbb.exe 进程文件: msbb or msbb.exe 进程名称: MSBB Web3000 Spyware Application 描述: MSBB Web3000 Spyware是包括在一些adware产品中,利用注册表随Windows启动。 是否为系统进程: 否 msdtc.exe 进程文件: msdtc or msdtc.exe 进程名称: Distributed Transaction Coordinator 描述: Microsoft Distributed Transaction Coordinator控制多个服务器的传输,被安装在Microsoft Personal Web Server和Microsoft SQL Server。 是否为系统进程: 否 msiexec.exe 进程文件: msiexec or msiexec.exe 进程名称: Windows Installer Component 描述: Windows Installer的一部分。用来帮助Windows Installer package files (MSI)格式的安装文件。 是否为系统进程: 否 msimn.exe 进程文件: msimn or msimn.exe 进程名称: Microsoft Outlook Express 描述: Microsoft Outlook Express是一个Email和新闻组客户端包括在Microsoft Windows。 是否为系统进程: 否 msmsgs.exe 进程文件: msmsgs or msmsgs.exe 进程名称: MSN Messenger Traybar Process 描述: MSN Messenger是一个在线聊天和即时通讯客户端。 是否为系统进程: 否 msoobe.exe 进程文件: msoobe or msoobe.exe 进程名称: Windows Proct Activation 描述: Windows XP License的Proct Activation产品激活程序。 是否为系统进程: 否 mspaint.exe 进程文件: mspaint or mspaint.exe 进程名称: Microsoft Paint 描述: Microsoft Paint画图是一个图像编辑器包括在Microsoft Windows,它能够编辑bmp图像。 是否为系统进程: 否 mspmspsv.exe 进程文件: mspmspsv or mspmspsv.exe 进程名称: WMDM PMSP Service 描述: Windows Media Player 7需要安装的Helper Service。 是否为系统进程: 否 mysqld-nt.exe 进程文件: mysqld-nt or mysqld-nt.exe 进程名称: MySQL Daemon 描述: MySQL Daemon控制访问MySQL数据库。 是否为系统进程: 否 navapsvc.exe 进程文件: navapsvc or navapsvc.exe 进程名称: Norton AntiVirus Auto-Protect Service 描述: Norton Anti-Virus扫描你的文件和email中的病毒。 是否为系统进程: 否 navapw32.exe 进程文件: navapw32 or navapw32.exe 进程名称: Norton AntiVirus Agent 描述: Norton Anti-Virus扫描你的文件和email中的病毒。 是否为系统进程: 否 ndetect.exe 进程文件: ndetect or ndetect.exe 进程名称: ICQ Ndetect Agent 描述: ICQ Ndetect Agent是ICQ用来侦测网络连接的程序。 是否为系统进程: 否 netscape.exe 进程文件: netscape or netscape.exe 进程名称: Netscape 描述: Netscape网络浏览器通过HTTP浏览WWW万维网。 是否为系统进程: 否 notepad.exe 进程文件: notepad or notepad.exe 进程名称: Notepad 描述: Notepad字符编辑器用于打开文档。在Windows中附带。 是否为系统进程: 否 ntbackup.exe 进程文件: ntbackup or ntbackup.exe 进程名称: Windows Backup 描述: Windows备份工具用于备份文件和文件夹。 是否为系统进程: 否 ntvdm.exe 进程文件: ntvdm or ntvdm.exe 进程名称: Windows 16-bit Virtual Machine 描述: Windows Virtual Machine是为了兼容旧的16位Windows和DOS程序而设置的虚拟机。 是否为系统进程: 否 nvsvc32.exe 进程文件: nvsvc32 or nvsvc32.exe 进程名称: NVIDIA Driver Helper Service 描述: NVIDIA Driver Helper Service在NVIDA显卡驱动中被安装。 是否为系统进程: 否 nwiz.exe 进程文件: nwiz or nwiz.exe 进程名称: NVIDIA nView Control Panel 描述: NVIDIA nView控制面板在NVIDA显卡驱动中被安装,用于调整和设定。 是否为系统进程: 否 osa.exe 进程文件: osa or osa.exe 进程名称: Office Startup Assistant 描述: Microsoft Office启动助手,随Windows启动,增强启动、Office字体、命令和Outlook事务提醒等特性。 是否为系统进程: 否 outlook.exe 进程文件: outlook or outlook.exe 进程名称: Microsoft Outlook 描述: Microsoft Outlook是一个Email客户端包括在Microsoft Office。 是否为系统进程: 否 P——Z photoshop.exe 进程文件: photoshop or photoshop.exe 进程名称: Adobe Photoshop 描述: Adobe Photoshop是一个图像编辑软件,能够打开和编辑照片和其它更多类型格式的图片。 是否为系统进程: 否 point32.exe 进程文件: point32 or point32.exe 进程名称: Microsoft Intellimouse Monitor 描述: Microsoft Intellimouse Monitor添加一个鼠标设定图标在工具栏。 是否为系统进程: 否 powerpnt.exe 进程文件: powerpnt or powerpnt.exe 进程名称: Microsoft PowerPoint 描述: Microsoft PowerPoint是一个演示软件包括在Microsoft Office。 是否为系统进程: 否 pstores.exe 进程文件: pstores or pstores.exe 进程名称: Protected Storage Service 描述: Microsoft Protected Storage服务控制保密的内容密码。 是否为系统进程: 否 qttask.exe 进程文件: qttask or qttask.exe 进程名称: Quick Time Tray Icon 描述: Quick Time任务栏图标在你运行Quick Time的时候启动。 是否为系统进程: 否 realplay.exe 进程文件: realplay or realplay.exe 进程名称: Real Player 描述: Real Player是一个媒体播放器用来打开和播放音乐、声音和Real Media格式的视频文件。 是否为系统进程: 否 rnaapp.exe 进程文件: rnaapp or rnaapp.exe 进程名称: Windows Modem Connection 描述: Windows Modem连接控制用以控制拨号modem连接。 是否为系统进程: 否 rtvscan.exe 进程文件: rtvscan or rtvscan.exe 进程名称: Norton AntiVirus 描述: Norton Anti-Virus用以扫描你的文件和email中的病毒。 是否为系统进程: 否 rundll32.exe 进程文件: rundll32 or rundll32.exe 进程名称: Windows RUNDLL32 Helper 描述: Windows Rundll32为了需要调用DLLs的程序。 是否为系统进程: 否 sndrec32.exe 进程文件: sndrec32 or sndrec32.exe 进程名称: Windows Sound Recorder 描述: Windows录音机用以播放和录制声音文件(.wav)。 是否为系统进程: 否 sndvol32.exe 进程文件: sndvol32 or sndvol32.exe 进程名称: Windows Volume Control 描述: Windows声音控制进程在任务栏驻留用以控制音量和声卡相关。 是否为系统进程: 否 spoolss.exe 进程文件: spoolss or spoolss.exe 进程名称: Printer Spooler Subsystem 描述: Windows打印机控制子程序用以调用需要打印的内容从磁盘到打印机。 是否为系统进程: 否 starter.exe 进程文件: starter or starter.exe 进程名称: Creative Labs Ensoniq Mixer Tray icon 描述: 状态栏图标在Creative Sound Mixer中被安装。为了Creative声卡 (Soundblaster)。 是否为系统进程: 否 systray.exe 进程文件: systray or systray.exe 进程名称: Windows Power Management 描述: Windows电源管理程序用以控制节能和恢复启动。 是否为系统进程: 否 tapisrv.exe 进程文件: tapisrv or tapisrv.exe 进程名称: TAPI Service 描述: Windows Telephony (TAPI) 的后台服务程序。 是否为系统进程: 否 userinit.exe 进程文件: userinit or userinit.exe 进程名称: UserInit Process 描述: UserInit程序运行登陆脚本,建立网络连接和启动Shell壳。 是否为系统进程: 否 visio.exe 进程文件: visio or visio.exe 进程名称: Microsoft Visio 描述: Microsoft Visio是一个图形化管理软件。 是否为系统进程: 否 vptray.exe 进程文件: vptray or vptray.exe 进程名称: Norton AntiVirus 描述: Norton Anti-Virus扫描你的文件和email中的病毒。 是否为系统进程: 否 vshwin32.exe 进程文件: vshwin32 or vshwin32.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 vsmon.exe 进程文件: vsmon or vsmon.exe 进程名称: True Vector Internet Monitor 描述: True Vector Internet Monitor是ZoneAlarm个人防火墙的一部分,用以监视网络流经数据和攻击。 是否为系统进程: 否 vsstat.exe 进程文件: vsstat or vsstat.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 wab.exe 进程文件: wab or wab.exe 进程名称: Address Book 描述: 在Outlook中的地址薄。用来存放email地址、联系信息。 是否为系统进程: 否 webscanx.exe 进程文件: webscanx or webscanx.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 winamp.exe 进程文件: winamp or winamp.exe 进程名称: WinAmp 描述: WinAmp Media Player是一个用来打开音乐、声音和视频文件以及用以管理Mp3文件的软件。 是否为系统进程: 否 winhlp32.exe 进程文件: winhlp32 or winhlp32.exe 进程名称: Windows Help 描述: Windows帮助文件察看程序,用来打开帮助文档。该程序被包括在很多的Windows程序中。 是否为系统进程: 否 winoa386.mod 进程文件: winoa386 or winoa386.mod 进程名称: MS-DOS Console 描述: Windows MS-DOS控制台用以DOS命令和脚本。 是否为系统进程: 否 winproj.exe 进程文件: winproj or winproj.exe 进程名称: Microsoft Project 描述: Microsoft Project是一个项目计划编制程序。 是否为系统进程: 否 winroute.exe 进程文件: winroute or winroute.exe 进程名称: WinRoute 描述: WinRoute是一个基于Windows的防火墙/路由/连接共享软件。 是否为系统进程: 否 winword.exe 进程文件: winword or winword.exe 进程名称: Microsoft Word 描述: Microsoft Word是一个字处理程序包括在Microsoft Office。 是否为系统进程: 否 winzip32.exe 进程文件: winzip32 or winzip32.exe 进程名称: WinZip 描述: WinZip是一个文件压缩工具,用于创建,打开和解压zip文件。 是否为系统进程: 否 wkcalrem.exe 进程文件: wkcalrem or wkcalrem.exe 进程名称: Microsoft Works Calendar Reminder 描述: Microsoft Works Calendar Reminders工作日程提醒,在后台处理和显示弹出计划的工作日志提醒。 是否为系统进程: 否 wkqkpick.exe 进程文件: wkqkpick or wkqkpick.exe 进程名称: WinZip traybar icon 描述: WinZip的状态栏图标,被允许在Winzip启动时启动。 是否为系统进程: 否 wmplayer.exe 进程文件: wmplayer or wmplayer.exe 进程名称: Windows Media Player 描述: Windows Media Player是一个用来打开和播放音乐,声音和视频的软件。 是否为系统进程: 否 wordpad.exe 进程文件: wordpad or wordpad.exe 进程名称: Wordpad 描述: Wordpad是一个字符编辑器用以打开和编辑txt和rtf档。 是否为系统进程: 否 wowexec.exe 进程文件: wowexec or wowexec.exe 进程名称: Windows On Windows Execution Process 描述: Windows On Windows Execution Support Process和ntvdm.exe作用类似,为了兼容16位应用程序。 是否为系统进程: 否 ypager.exe 进程文件: ypager or ypager.exe 进程名称: Yahoo Messenger Helper 描述: Yahoo Messenger的状态栏图标,随Yahoo Messenger运行,是其一部分。 是否为系统进程: 否
❽ 关于进程的问题
常见程序进程absr.exe 进程文件: absr or absr.exe 进程名称: Backdoor.Autoupder Virus 描述: 这个进程是Backdoor.Autoupder后门病毒程序创建的。 是否为系统进程: 否 acrobat.exe 进程文件: acrobat or acrobat.exe 进程名称: Adobe Acrobat 描述: Acrobat Writer用于创建PDF文档。 是否为系统进程: 否 acrord32.exe 进程文件: acrord32 or acrord32.exe 进程名称: Acrobat Reader 描述: Acrobat Reader是一个用于阅读PDF文档的软件。 是否为系统进程: 否 agentsvr.exe 进程文件: agentsvr or agentsvr.exe 进程名称: OLE automation server 描述: OLE Automation Server是Microsoft Agent的一部分。 是否为系统进程: 否 aim.exe 进程文件: aim or aim.exe 进程名称: AOL Instant Messenger 描述: AOL Instant Messenger是一个在线聊天和即时通讯IM软件客户端。 是否为系统进程: 否 airsvcu.exe 进程文件: airsvcu or airsvcu.exe 进程名称: Microsoft Media Manager 描述: OLE 这是一个用于在硬盘上建立索引文件和文件夹,在Microsoft Media Manager媒体管理启动时运行的进程。它可以在控制面板被禁用。 是否为系统进程: 否 alogserv.exe 进程文件: alogserv or alogserv.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。 是否为系统进程: 否 avconsol.exe 进程文件: avconsol or avconsol.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。 是否为系统进程: 否 avsynmgr.exe 进程文件: avsynmgr or avsynmgr.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用于扫描你的文档和E-mail中的病毒。 是否为系统进程: 否 backWeb.exe 进程文件: backWeb or backWeb.exe 进程名称: Backweb Adware 描述: Backweb是一个Adware(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)来自Backweb Technologies。 是否为系统进程: 否 bcb.exe 进程文件: bcb or bcb.exe 进程名称: Borland C++ Builder 描述: Borland C++ Builder 是否为系统进程: 否 calc.exe 进程文件: calc or calc.exe 进程名称: Calculator 描述: Microsoft Windows计算器程序 是否为系统进程: 否 ccapp.exe 进程文件: ccapp or ccapp.exe 进程名称: Symantec Common Client 描述: Symantec公用应用客户端包含在Norton AntiVirus 2003和Norton Personal Firewall 2003。 是否为系统进程: 否 cdplayer.exe 进程文件: cdplayer or cdplayer.exe 进程名称: CD Player 描述: Microsoft Windows包含的CD播放器 是否为系统进程: 否 charmap.exe 进程文件: charmap or charmap.exe 进程名称: Windows Character Map 描述: Windows字符映射表用来帮助你寻找不常见的字符。 是否为系统进程: 否 idaemon.exe 进程文件: cidaemon or cidaemon.exe 进程名称: Microsoft Indexing Service 描述: 在后台运行的Windows索引服务,用于帮助你搜索文件在下次变得更快。 是否为系统进程: cisvc.exe 进程文件: cisvc or cisvc.exe 进程名称: Microsoft Index Service Helper 描述: Microsoft Index Service Helper监视Microsoft Indexing Service (cidaemon.exe) 的内存占用情况,如果cidaemon.exe内存使用超过了40M,则自动重新启动该进程。 是否为系统进程: 否 cmd.exe 进程文件: cmd or cmd.exe 进程名称: Windows Command Prompt 描述: Windows控制台程序。不像旧的command.com,cmd.exe是一个32位的命令行使用在WinNT/2000/XP。 是否为系统进程: 否 cmesys.exe 进程文件: cmesys or cmesys.exe 进程名称: Gator GAIN Adware 描述: Gator GAIN是一个Adware插件(广告插件,一般是由于安装某些免费软件而伴随安装上的程序)。 是否为系统进程: 否 ctfmon.exe 进程文件: ctfmon or ctfmon.exe 进程名称: Alternative User Input Services 描述: 控制Alternative User Input Text Processor (TIP)和Microsoft Office语言条。Ctfmon.exe提供语音识别、手写识别、键盘、翻译和其它用户输入技术的支持。 是否为系统进程: 否 ctsvccda.exe 进程文件: ctsvccda or ctsvccda.exe 进程名称: Create CD-ROM Services 描述: 在Win9X创建CD-ROM访问服务。 是否为系统进程: 否 cutftp.exe 进程文件: cutftp or cutftp.exe 进程名称: CuteFTP 描述: CuteFTP是一个流行的FTP客户端用于从FTP服务器上传/下载文件。 是否为系统进程: 否 defwatch.exe 进程文件: defwatch or defwatch.exe 进程名称: Norton AntiVirus 描述: Norton Anti-Virus扫描你的文件和email以检查病毒。 是否为系统进程: 否 devldr32.exe 进程文件: devldr32 or devldr32.exe 进程名称: Create Device Loader 描述: Creative Device Loader属于Create Soundblaster驱动。 是否为系统进程: 否 directcd.exe 进程文件: directcd or directcd.exe 进程名称: Adaptec DirectCD 描述: Adaptec DirectCD是一个用文件管理器式的界面,烧录文件到光盘的软件。 是否为系统进程: 否 dreamweaver.exe 进程文件: dreamweaver or dreamweaver.exe 进程名称: Macromedia DreamWeaver 描述: Macromedia DreamWeaver是一个HTML编辑器用于创建站点和其它类别的HTML文档。 是否为系统进程: 否 em_exec.exe 进程文件: em_exec or em_exec.exe 进程名称: Logitech Mouse Settings 描述: 这是Logitech MouseWare状态栏图标的进程,用于用户访问控制鼠标属性和察看MouseWare帮助。 是否为系统进程: 否 excel.exe 进程文件: excel or excel.exe 进程名称: Microsoft Excel 描述: Microsoft Excel是一个电子表格程序包括在Microsoft Office中。 是否为系统进程: 否 findfast.exe 进程文件: findfast or findfast.exe 进程名称: Microsoft Office Indexing 描述: Microsoft Office索引程序,用于提高Microsoft Office索引Office文档的速度。 是否为系统进程: 否 frontpage.exe 进程文件: frontpage or frontpage.exe 进程名称: Microsoft FrontPage 描述: Microsoft FrontPage是一个HTML编辑器用于创建站点和其它类别的HTML文档。 是否为系统进程: 否 gmt.exe 进程文件: gmt or gmt.exe 进程名称: Gator Spyware Component 描述: Gator Spyware是一个广告插件,随Gator安装和启动。 是否为系统进程: 否 hh.exe 进程文件: hh or hh.exe 进程名称: Gator Windows Help 描述: Windows Help程序用以打开帮助文件和文档,包括在很多Windows程序中。 是否为系统进程: 否 hidserv.exe 进程文件: hidserv or hidserv.exe 进程名称: Microsoft Human Interface Device Audio Service 描述: 后台服务,用来支持USB音效部件和USB多媒体键盘。 是否为系统进程: 否 QQ.exe 进程文件: QQ or QQ.exe 进程名称: QQ 描述: QQ是一个在线聊天和即时通讯客户端。 是否为系统进程: 否 iexplore.exe 进程文件: iexplore or iexplore.exe 进程名称: Internet Explorer 描述: Microsoft Internet Explorer网络浏览器透过HTTP访问WWW万维网。 是否为系统进程: 否 kodakimage.exe 进程文件: kodakimage or kodakimage.exe 进程名称: Imaging 描述: Kodak Imaging是一个图片察看软件。包括在Windows,用以打开图像文件。 是否为系统进程: 否 loadqm.exe 进程文件: loadqm or loadqm.exe 进程名称: MSN Queue Manager Loader 描述: MSN Queue Manager Loader被随着MSN Explorer和MSN Messenger安装。他在一些时候会占用很多系统资源。 是否为系统进程: 否 loadwc.exe 进程文件: loadwc or loadwc.exe 进程名称: Load WebCheck 描述: Load WebCheck用以定制一些Internet Explorer的设定,添加、删除或者更新用户profiles设定。 是否为系统进程: 否 mad.exe 进程文件: mad or mad.exe 进程名称: System Attendant Service 描述: System Attendant Service是Microsoft Exchange Server的后台程序。它用以读取Microsoft Exchange的DLLs文件,写log信息和生成离线地址薄。 是否为系统进程: 否 mcshield.exe 进程文件: mcshield or mcshield.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 mgabg.exe 进程文件: mgabg or mgabg.exe 进程名称: Matrox BIOS Guard 描述: Matrox BIOS守护进程。 是否为系统进程: 否 mmc.exe 进程文件: mmmc or mmc.exe 进程名称: Microsoft Management Console 描述: Microsoft Management Console管理控制程序集成了很多的系统控制选项。例如设备管理(系统、硬件 )或者计算机权限控制(Administrative管理工具)。 是否为系统进程: 否 mobsync.exe 进程文件: mobsync or mobsync.exe 进程名称: Microsoft Synchronization Manager 描述: Internet Explorer的一个组成部分,用以在后台同步离线察看页面。 是否为系统进程: 否 mplayer.exe 进程文件: mplayer or mplayer.exe 进程名称: Windows Media Player 描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。 是否为系统进程: 否 mplayer2.exe 进程文件: mplayer2 or mplayer2.exe 进程名称: Windows Media Player 描述: Windows Media Player是一个用以打开音乐、声音和视频文件的软件。 是否为系统进程: 否 msaccess.exe 进程文件: msaccess or msaccess.exe 进程名称: Microsoft Access 描述: Microsoft Access是一个数据库软件包括在Microsoft Office。 是否为系统进程: 否 msbb.exe 进程文件: msbb or msbb.exe 进程名称: MSBB Web3000 Spyware Application 描述: MSBB Web3000 Spyware是包括在一些adware产品中,利用注册表随Windows启动。 是否为系统进程: 否 msdtc.exe 进程文件: msdtc or msdtc.exe 进程名称: Distributed Transaction Coordinator 描述: Microsoft Distributed Transaction Coordinator控制多个服务器的传输,被安装在Microsoft Personal Web Server和Microsoft SQL Server。 是否为系统进程: 否 msiexec.exe 进程文件: msiexec or msiexec.exe 进程名称: Windows Installer Component 描述: Windows Installer的一部分。用来帮助Windows Installer package files (MSI)格式的安装文件。 是否为系统进程: 否 msimn.exe 进程文件: msimn or msimn.exe 进程名称: Microsoft Outlook Express 描述: Microsoft Outlook Express是一个Email和新闻组客户端包括在Microsoft Windows。 是否为系统进程: 否 msmsgs.exe 进程文件: msmsgs or msmsgs.exe 进程名称: MSN Messenger Traybar Process 描述: MSN Messenger是一个在线聊天和即时通讯客户端。 是否为系统进程: 否 msoobe.exe 进程文件: msoobe or msoobe.exe 进程名称: Windows Proct Activation 描述: Windows XP License的Proct Activation产品激活程序。 是否为系统进程: 否 mspaint.exe 进程文件: mspaint or mspaint.exe 进程名称: Microsoft Paint 描述: Microsoft Paint画图是一个图像编辑器包括在Microsoft Windows,它能够编辑bmp图像。 是否为系统进程: 否 mspmspsv.exe 进程文件: mspmspsv or mspmspsv.exe 进程名称: WMDM PMSP Service 描述: Windows Media Player 7需要安装的Helper Service。 是否为系统进程: 否 mysqld-nt.exe 进程文件: mysqld-nt or mysqld-nt.exe 进程名称: MySQL Daemon 描述: MySQL Daemon控制访问MySQL数据库。 是否为系统进程: 否 navapsvc.exe 进程文件: navapsvc or navapsvc.exe 进程名称: Norton AntiVirus Auto-Protect Service 描述: Norton Anti-Virus扫描你的文件和email中的病毒。 是否为系统进程: 否 navapw32.exe 进程文件: navapw32 or navapw32.exe 进程名称: Norton AntiVirus Agent 描述: Norton Anti-Virus扫描你的文件和email中的病毒。 是否为系统进程: 否 ndetect.exe 进程文件: ndetect or ndetect.exe 进程名称: ICQ Ndetect Agent 描述: ICQ Ndetect Agent是ICQ用来侦测网络连接的程序。 是否为系统进程: 否 netscape.exe 进程文件: netscape or netscape.exe 进程名称: Netscape 描述: Netscape网络浏览器通过HTTP浏览WWW万维网。 是否为系统进程: 否 notepad.exe 进程文件: notepad or notepad.exe 进程名称: Notepad 描述: Notepad字符编辑器用于打开文档。在Windows中附带。 是否为系统进程: 否 ntbackup.exe 进程文件: ntbackup or ntbackup.exe 进程名称: Windows Backup 描述: Windows备份工具用于备份文件和文件夹。 是否为系统进程: 否 ntvdm.exe 进程文件: ntvdm or ntvdm.exe 进程名称: Windows 16-bit Virtual Machine 描述: Windows Virtual Machine是为了兼容旧的16位Windows和DOS程序而设置的虚拟机。 是否为系统进程: 否 nvsvc32.exe 进程文件: nvsvc32 or nvsvc32.exe 进程名称: NVIDIA Driver Helper Service 描述: NVIDIA Driver Helper Service在NVIDA显卡驱动中被安装。 是否为系统进程: 否 nwiz.exe 进程文件: nwiz or nwiz.exe 进程名称: NVIDIA nView Control Panel 描述: NVIDIA nView控制面板在NVIDA显卡驱动中被安装,用于调整和设定。 是否为系统进程: 否 osa.exe 进程文件: osa or osa.exe 进程名称: Office Startup Assistant 描述: Microsoft Office启动助手,随Windows启动,增强启动、Office字体、命令和Outlook事务提醒等特性。 是否为系统进程: 否 outlook.exe 进程文件: outlook or outlook.exe 进程名称: Microsoft Outlook 描述: Microsoft Outlook是一个Email客户端包括在Microsoft Office。 是否为系统进程: 否 photoshop.exe 进程文件: photoshop or photoshop.exe 进程名称: Adobe Photoshop 描述: Adobe Photoshop是一个图像编辑软件,能够打开和编辑照片和其它更多类型格式的图片。 是否为系统进程: 否 point32.exe 进程文件: point32 or point32.exe 进程名称: Microsoft Intellimouse Monitor 描述: Microsoft Intellimouse Monitor添加一个鼠标设定图标在工具栏。 是否为系统进程: 否 powerpnt.exe 进程文件: powerpnt or powerpnt.exe 进程名称: Microsoft PowerPoint 描述: Microsoft PowerPoint是一个演示软件包括在Microsoft Office。 是否为系统进程: 否 pstores.exe 进程文件: pstores or pstores.exe 进程名称: Protected Storage Service 描述: Microsoft Protected Storage服务控制保密的内容密码。 是否为系统进程: 否 qttask.exe 进程文件: qttask or qttask.exe 进程名称: Quick Time Tray Icon 描述: Quick Time任务栏图标在你运行Quick Time的时候启动。 是否为系统进程: 否 realplay.exe 进程文件: realplay or realplay.exe 进程名称: Real Player 描述: Real Player是一个媒体播放器用来打开和播放音乐、声音和Real Media格式的视频文件。 是否为系统进程: 否 rnaapp.exe 进程文件: rnaapp or rnaapp.exe 进程名称: Windows Modem Connection 描述: Windows Modem连接控制用以控制拨号modem连接。 是否为系统进程: 否 rtvscan.exe 进程文件: rtvscan or rtvscan.exe 进程名称: Norton AntiVirus 描述: Norton Anti-Virus用以扫描你的文件和email中的病毒。 是否为系统进程: 否 rundll32.exe 进程文件: rundll32 or rundll32.exe 进程名称: Windows RUNDLL32 Helper 描述: Windows Rundll32为了需要调用DLLs的程序。 是否为系统进程: 否 sndrec32.exe 进程文件: sndrec32 or sndrec32.exe 进程名称: Windows Sound Recorder 描述: Windows录音机用以播放和录制声音文件(.wav)。 是否为系统进程: 否 sndvol32.exe 进程文件: sndvol32 or sndvol32.exe 进程名称: Windows Volume Control 描述: Windows声音控制进程在任务栏驻留用以控制音量和声卡相关。 是否为系统进程: 否 spoolss.exe 进程文件: spoolss or spoolss.exe 进程名称: Printer Spooler Subsystem 描述: Windows打印机控制子程序用以调用需要打印的内容从磁盘到打印机。 是否为系统进程: 否 starter.exe 进程文件: starter or starter.exe 进程名称: Creative Labs Ensoniq Mixer Tray icon 描述: 状态栏图标在Creative Sound Mixer中被安装。为了Creative声卡 (Soundblaster)。 是否为系统进程: 否 systray.exe 进程文件: systray or systray.exe 进程名称: Windows Power Management 描述: Windows电源管理程序用以控制节能和恢复启动。 是否为系统进程: 否 tapisrv.exe 进程文件: tapisrv or tapisrv.exe 进程名称: TAPI Service 描述: Windows Telephony (TAPI) 的后台服务程序。 是否为系统进程: 否 userinit.exe 进程文件: userinit or userinit.exe 进程名称: UserInit Process 描述: UserInit程序运行登陆脚本,建立网络连接和启动Shell壳。 是否为系统进程: 否 visio.exe 进程文件: visio or visio.exe 进程名称: Microsoft Visio 描述: Microsoft Visio是一个图形化管理软件。 是否为系统进程: 否 vptray.exe 进程文件: vptray or vptray.exe 进程名称: Norton AntiVirus 描述: Norton Anti-Virus扫描你的文件和email中的病毒。 是否为系统进程: 否 vshwin32.exe 进程文件: vshwin32 or vshwin32.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 vsmon.exe 进程文件: vsmon or vsmon.exe 进程名称: True Vector Internet Monitor 描述: True Vector Internet Monitor是ZoneAlarm个人防火墙的一部分,用以监视网络流经数据和攻击。 是否为系统进程: 否 vsstat.exe 进程文件: vsstat or vsstat.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 wab.exe 进程文件: wab or wab.exe 进程名称: Address Book 描述: 在Outlook中的地址薄。用来存放email地址、联系信息。 是否为系统进程: 否 webscanx.exe 进程文件: webscanx or webscanx.exe 进程名称: McAfee VirusScan 描述: McAfee VirusScan是一个反病毒软件用以扫描你的文件和email中的病毒。 是否为系统进程: 否 winamp.exe 进程文件: winamp or winamp.exe 进程名称: WinAmp 描述: WinAmp Media Player是一个用来打开音乐、声音和视频文件以及用以管理Mp3文件的软件。 是否为系统进程: 否 winhlp32.exe 进程文件: winhlp32 or winhlp32.exe 进程名称: Windows Help 描述: Windows帮助文件察看程序,用来打开帮助文档。该程序被包括在很多的Windows程序中。 是否为系统进程: 否 winoa386.mod 进程文件: winoa386 or winoa386.mod 进程名称: MS-DOS Console 描述: Windows MS-DOS控制台用以DOS命令和脚本。 是否为系统进程: 否 winproj.exe 进程文件: winproj or winproj.exe 进程名称: Microsoft Project 描述: Microsoft Project是一个项目计划编制程序。 是否为系统进程: 否 winroute.exe 进程文件: winroute or winroute.exe 进程名称: WinRoute 描述: WinRoute是一个基于Windows的防火墙/路由/连接共享软件。 是否为系统进程: 否 winword.exe 进程文件: winword or winword.exe 进程名称: Microsoft Word 描述: Microsoft Word是一个字处理程序包括在Microsoft Office。 是否为系统进程: 否 winzip32.exe 进程文件: winzip32 or winzip32.exe 进程名称: WinZip 描述: WinZip是一个文件压缩工具,用于创建,打开和解压zip文件。 是否为系统进程: 否 wkcalrem.exe 进程文件: wkcalrem or wkcalrem.exe 进程名称: Microsoft Works Calendar Reminder 描述: Microsoft Works Calendar Reminders工作日程提醒,在后台处理和显示弹出计划的工作日志提醒。 是否为系统进程: 否 wkqkpick.exe 进程文件: wkqkpick or wkqkpick.exe 进程名称: WinZip traybar icon 描述: WinZip的状态栏图标,被允许在Winzip启动时启动。 是否为系统进程: 否 wmplayer.exe 进程文件: wmplayer or wmplayer.exe 进程名称: Windows Media Player 描述: Windows Media Player是一个用来打开和播放音乐,声音和视频的软件。 是否为系统进程: 否 wordpad.exe 进程文件: wordpad or wordpad.exe 进程名称: Wordpad 描述: Wordpad是一个字符编辑器用以打开和编辑txt和rtf档。 是否为系统进程: 否 wowexec.exe 进程文件: wowexec or wowexec.exe 进程名称: Windows On Windows Execution Process 描述: Windows On Windows Execution Support Process和ntvdm.exe作用类似,为了兼容16位应用程序。 是否为系统进程: 否 ypager.exe 进程文件: ypager or ypager.exe 进程名称: Yahoo Messenger Helper 描述: Yahoo Messenger的状态栏图标,随Yahoo Messenger运行,是其一部分。 是否为系统进程: 否
❾ 哪里有计算器的声音下载
没有声音的原因有很多,不是上网下音频软件能解决的。 电脑没声音可以按以下步骤来进行分析: 一、首先要确认硬件没问题。你已经说了喇叭没毛病,声卡也没问题,如果你已经在其他的机器上测试过确实是完好的话,那么可以继续往下看。 二、确认所有的连接线完全正确。然后将音箱电源打开,音量开关打开。 三、正确安装声卡的驱动程序,如果是板载声卡,就最好安装主板驱动程序盘上提供的驱动程序。 (实际上,电脑不出声,很多时候都是因为声卡驱动不正确。一般情况下,声卡驱动安装好之后,在右下角的任务 栏里会有一个小喇叭的图标。) 四、如果肯定了驱动程序是正确安装的,那么再来看一下电脑里的音量设置。 具体方法是:双击任务栏里的小喇叭的图标,在弹出的“音量控制”对话框中查看“音量控制”和“波形”两项里是不是把音量关到最小,或者被设成静音状态。 如果以对话框中没有这两个选项,请点击“选项”菜单——选择“属性”——在“显示下列音量控制”中选中“音量控制”和“波形”两项,再进行正确设定。 ▲注意:只有正确安装了声卡的驱动程序之后才能进行第四步的设置。 特别提醒:实际上很多时候,电脑不正常工作的原因都是小毛病,软故障,仔细分析,很多时候都能够很容易的解决问题的。希望采纳
❿ 求一个c++调用外部exe程序源码
这不是调用了,这是释放。这是一种初级的黑客手法了。多数情况下这样干没什么意义。对于懂电脑的朋友,或杀毒软件能很容易的把你放出的恶意代码给抓住。如果用来黑小菜鸟,只需要把原.exe文件的扩展名改为.dat然后用另外一个程序调用它就可以起动了。此外,你非要“把外部exe置入c++内部,写到指定目录,并且运行”,给你的思路是,做成资源文件打包入你的程序。你可以去看资源文件的使用。VC、C++builder下,以及不同版本下的具体操作是不同的。此外,对编程来说,如果你真的想学会,一般是别人指点,自个实践。否则就算给你一个成例,你也很难搞清是怎么回事的。下面是C++builder下的一个实例,希望你能看懂**************************************************************** 最近在研究BCB中资源文件的嵌入,找到一些资料,整理了一下,写下来供参考。 资源文件是一个以.rc结尾的文本文件,RC是资源脚本(Resource Script)的意思,它的格式很简单,每行一个资源,按如下格式定义:资源标识符 资源类型 资源的路径RC文件用来描述各种系统资源,包括:ACCELERATORS 菜单快捷键 BITMAP 位图 CURSOR 光标 DIALOG 对话框模板 DIALOGEX 对话框模板(扩展的) FONT 字体 ICON 图标 MENU 菜单 MENUEX 菜单(扩展的) MESSAGETABLE 消息表 POPUP 弹出式菜单 RCDATA 二进制数据 STRINGTABLE 字符串表 VERSIONINFO 版本信息 另外可以按如下定义自定义数据格式: CUSTOM 自定义数据 例子:以下的src1.rc文件定义了一个声音资源,两个光标资源,三个图标资源和一个exe文件资源。src1.rc:S1WAV wav1.WavC1CURSORcursor1.curC2CURSORcursor2.curI1ICONicone1.icoI2ICONicone2.icoI3ICONicone3.icounzip EXEFILEpkunzip.exe——《重点》——可以将写好的rc文件加到project(项目)中。也可以手工将其编译为供程序直接使用的二进制资源文件(.res文件)加到project(项目)中。在BCB中,可以使用命令行:brcc32 src1.rc src1.res进行编译。 ■能够利用windows API函数直接访问的资源有:图标 LoadIcon()光标 LoadCursor()加速表 LoadAccelerators()位图 LoadBitmap()菜单 LoadMenu()字符串 LoadString()前五个API函数使用方法都一样,带两个参数。第一个参数指明资源的存放地,第二个参数为rc文件中资源的标识。字符串LoadString除这两个参数外,还有两个参数,指明字符串缓冲区的地址和大小。 下面按照使用的简繁程度,依次说明各类资源的使用方法。需要说明的是,下面讲述的使用方法,在别的编译环境下(BC, VC等)也是一样的。1:建立一个新的项目启动BCB,选FILE- >new- >Application 建立一个新的项目。在project- >Add to Project中,加入写好的src1.rc文件。当然,那些声音、光标、图标文件都应该存在。这时,我们有了一个空的窗体(Form)。下面的一小段程序示范了图标和光标的使用。在Form上放置一个按纽,在其OnClick事件中加入以下代码:void __fastcall TForm1::Button1Click(Tobject *Sender){ //将光标形状改为自己定义的: Screen- >Cursors[crDefault] = LoadCursor( Hinstance, "C1"); //将图标改为自己定义的: Icon = new Ticon() ; Icon- >Handle = LoadIcon(Hinstance,"I1"); Application- >Icon = Icon ;} 其中的Hinstance指示资源所在地为执行文件。编译执行后,点击该按纽,光标和图标都会换成新的。对于声音、动画等文件,可以使用windows API函数播放。但是不象上面几种资源,需要遵循一定的步骤。如下所示,依次调用FindResource, LoadResource, LockResource函数,来播放一个Wav声音文件。(当然,独立的声音文件可以在运行时直接播放。我们这里讨论的是将wav文件编译进EXE文件的情况)在Form上放置第二个按纽,在其OnClick事件中加入以下代码:void __fastcall TForm1::Button2Click(Tobject *Sender){//定义资源块char *wav_handle ;//装入Wav文件HRSRC h = FindResource(Hinstance,"S1","WAV"); HGLOBAL h1 = LoadResource(Hinstance, h); wav_handle = (char *)LockResource(h1);//播放Wav文件。由于Wav文件装载在内存中, sndPlaySound函数要用SND_MEMORY参数sndPlaySound(wav_handle, SND_MEMORY | SND_SYNC);}编译执行后,点击该按纽,会播放一次声音。对于动画等文件,使用方式类似Wav文件。(BCB提供了一个Tanimate控件,可以播放无声的Avi文件)■不能直接通过windows API使用的资源 此种资源不能够由windows API直接访问和执行。但是,我们可以用一种变通的方法来使用它。——《重点》——下面示范如何使用pkunzip.exe,思路如下:程序运行时,将pkunzip.exe从EXE文件中分离出来,放在临时目录下,用ShellExecute()执行它。在FORM上放置第三个按纽,再放置两个Edit ,用来输入pkunzip.exe的参数。void __fastcall TForm1::Button3Click(Tobject *Sender){char exefile[100], tmppath[100] ; unsigned long ret ; //检查pkunzip.exe是否已经存在GetTempPath( 100, tmppath ) ; strcpy( exefile ,(AnsiString(tmppath)+ AnsiString("\\pkunzip.exe") ).c_str() ) ;ret = GetFileAttributes( exefile ) ; if( ret == 0xffffffff ) { //不存在,则分离出pkunzip.exe TResourceStream &rs = *new TResourceStream( (int)Hinstance, AnsiString("unzip"),"EXEFILE" ) ; rs.SaveToFile( AnsiString(exefile) ) ; delete &rs ; } //执行pkunzip.exe // Edit1- >Text和Edit2- >Text分别为运行时输入的zip文件名和目标文件目录。ShellExecute(Hinstance, "open", exefile, AnsiString("-d ") + Edit1- >Text + " " + Edit2- >Text).c_str(), tmppath, SW_HIDE ) ; Application- >MessageBox("解压缩完成", "OK", IDOK ) ;}下面的代码片断是把Windows自带的写字板writer.exe当成资源嵌入并释放,其资源类型使用了自定义数据格式(CUSTOM)的类型://资源文件writer.exe长度为204800Byte,在资源文件中定义为"CUSTOM"资源,编号为1111 HRSRC hMyRes; //resource handle HGLOBAL hgpt; //resource pointer LPVOID lpBuff; //resource buffer pointer DWORD rcSize=204800; //resource size HANDLE hFile;//file to write LPDWORD dwByte;//byte size had been write dwByte=&rcSize; //locate the resource and load the resource to memory and lock it hMyRes=FindResource((HMODULE)GetWindowLong(Handle,GWL_HINSTANCE),MAKEINTRE SOURCE(1111),"CUSTOM"); if(hMyRes==NULL) ShowMessage(SysErrorMessage(GetLastError())); hgpt=LoadResource(NULL,hMyRes); if(hgpt==NULL) ShowMessage(SysErrorMessage(GetLastError())); lpBuff=LockResource(hgpt); //now i will read the resource and write it to an file try { hFile=CreateFile("e:\\mywriter.exe",GENERIC_WRITE,0,NULL,CREATE_ALWAYS,FILE_ATTRIBUTE_NORMAL,NULL); WriteFile(hFile,lpBuff,rcSize,dwByte,NULL); if(*dwByte!=204800) ShowMessage("Failed to write to file"); } __finally { CloseHandle(hFile); } ***************************************************************************