Writing a Performance Monitor
The System Monitor utility is well known to developers on Windows 95 and Windows 98. This utility can display various system performance statistics, such as page fault rate and CPU utilization. Applications such as Norton Utilities contain similar performance monitors of their own. So, how can you incorporate performance monitoring in your own applications or custom controls? All you need to do is read the registry. When a Windows device driver loads, it can define any number of statistics that are updated in the registry.
>More

Sending Mail
As many C++ programmers have found, sometimes you need to send email from your C++Builder program. You may also want your users to be able to send you mail regarding technical support, diagnostic information, or for any number of reasons. Unfortunately, VCL doesn't provide built-in support for mail services. Instead, ActiveX controls are provided for this purpose. The ActiveX controls differ between C++Builder 1.0 and C++Builder 3.0. This article will show you how to send mail from your applications, whether you're using C++Builder 1.0 or 3.0.
>More

Using RAS, part 2
This month, we'll continue our discussion on RAS by covering phonebooks in more detail, including how to add, edit, and delete phonebook entries. We'll also introduce you to some of the dialogs that RAS provides for use in your applications.
>More

Copyright © 1999, ZD Inc. All rights reserved. ZD Journals and the ZD Journals logo are trademarks of ZD Inc. Reproduction in whole or in part in any form or medium without express written permission of ZD Inc. is prohibited. All other product names and logos are trademarks or registered trademarks of their respective owners.