Sets the phone book used to search for the phone book entry.
Syntax
object.PhoneBook [= string]
The PhoneBook property syntax has these parts:
|
|
|
| object | An object expression that evaluates to the EasyDial control. |
| string | The phone book as a string |
Remarks
In Windows 95 and Windows 98, phone book entries are stored in the registry, so you typically sets the PhoneBook to an empty string, which means default phone book. In Windows NT 4.0 and Windows 2000, phone book entries are stored in .PBK files. So if you don't want to use the default phone book, you should specify the full path and file name of the phone book file in the PhoneBook property.
|
All rights reserved. |