资源列表
SwitchListProcesses
- 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、*进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, the command line processing capabilities.
GetCurrentActiveProcess
- 列举WIN NT或WIN95系统当前活动的进程-cited WIN NT or Windows 95 systems currently in the process of
chengxu
- 数据库的高手来-database to look at the top
Lcpen
- C++Builder编的写屏笔-C Builder series of the write screen T
键盘 HOOK
- C++Builder编的程序-C Builder series of procedures
C++ Builder进行聊天(TCP)
- 用C++ Builder进行聊天(TCP)的示例-C Builder Chat (TCP) example
C++ Builder进行多线程操作
- 用C++ Builder进行多线程操作的示例-C Builder multithreaded operation example
200478121022638
- c语言编程宝典 实用-practical book
ATL开发技巧之一
- 很好的代码!请使用-good code! Please use
如何控制IE的行为
- 很好的代码!请使用-good code! Please use
Borland C++ Builder Mail
- c++builder 电子邮件编程-c builder e-mail program
MultiView1
- 在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪费。-SDI for the Multi-View hand