搜索资源列表
PMS-1
- 基DCOM的C/S架构项目管理软件,当前已实现了BUG跟踪功能 供有兴趣的学习、使用和完善。 PMS.exe 是客户端 PMSServer.exe 是服务端-DCOM base of the C/S structure of project management software, the current has been achieved for tracking BUG interested to learn, use and improvement. PMS.exe is a client
PMS-2
- 基DCOM的C/S架构项目管理软件,当前已实现了BUG跟踪功能 供有兴趣的学习、使用和完善。 PMS.exe 是客户端 PMSServer.exe 是服务端-DCOM base of the C/S structure of project management software, the current has been achieved for tracking BUG interested to learn, use and improvement. PMS.exe is a client
Windows_(Explorer.exe)_Extension_for_c++_builder.
- This is an example of Windows Extension (Explorer.exe). Source was written by me for C++ Builder ONLY! After registering it you will see some new items (including submenu) in your context menu associated with certain file type. Actions for these item
FileTool
- FileTool.exe 是一个示例,用于替换 打开 和 添加到项目 菜单项在 Visual c + + 中使用开发工具 Studio 对象模型。 在开发工作室对象模型包含同时打开的文件,并将文件添加到项目的方法。BuildProject 对象包含 AddFile 方法,它将文件添加到项目。该 文档 对象将包含到开发人员 Studio 可以打开文件的 Open 方法。这些可以使用宏或加载项中。-leTool. Exe is an example, used to replace the
RwCardActiveX
- C#编写ActiveX控件,使用VS2008开发,亲测可用,里面两个方法int Test(int x, int y),string ShowMsg(),并提供IE调用的页面例子。 先用RegAsm.exe对控件进行注册,Cmd命令进入下载解压后的目录(cd命令应该会吧~-~),输入RegAsm.exe "RwCardActiveX.dll",注册成功 后用IE(ActiveX只认IE浏览器*_*)打开Test.htm就可以看到你想看到的东西啦~~(C# write Act