Using RAS, part 2
Last month, we gave you an introduction to Microsoft's Remote Access
Service (RAS) API. We showed you how to make a connection, detect an
existing connection, and how to enumerate active connections. 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.
Click here for more.
Spawning external applications
The Inprise newsgroups are a great source of information for C++Builder
programmers. It seems that barely a day goes by without someone asking
the question, "How do I execute an external application from my program?"
This article will explain how to spawn an external application from
within your program using the ShellExecute, WinExec, and CreateProcess
Windows API functions. We'll also show you how to make your application
wait until a spawned external program has terminated before
continuing
on.
Click here for more.
|
Using the Component Template Once you've finished the layout of multiple components, you can reuse them as a component template. Try the following steps:
|
|