Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.9 KiB

  1. ========================================================================
  2. WAB Property Inspector Tool ("wabtool")
  3. ========================================================================
  4. The WAB Property Inspector Tool ("wabtool") sample application demonstrates
  5. how to program to the Internet Explorer Address Book also known as the
  6. Windows Address Book (WAB).
  7. The sample specifically demonstrates the following:
  8. - Loading the WAB DLL
  9. - Getting an instance to IWABObject and IAdrBook
  10. - Reading the contents of a WAB file
  11. - Reading the properties of objects in a WAB
  12. - Modifying properties of objects in a WAB
  13. - Displaying Details on objects in a WAB
  14. - Deleting objects in a WAB
  15. - Creating new objects in a WAB
  16. When you start the wabtool application, wabtool loads the contents of your
  17. default WAB and displays them in a dialog. To view the properties of any one
  18. of the contacts in your WAB, select an entry in the ListView. A list of
  19. property tags for that entry are displayed in a list box. Selecting a property
  20. tag in the listbox displays details on that property. If there are no entries
  21. in your default WAB, you can select some other WAB file or create a new entry
  22. and view its properties. Wabtool will also allow you to modify
  23. string-properties on any object displayed from the WAB.
  24. This sample has been created with Visual C++ 5.0 and MFC 5.0. To compile this
  25. sample, its probably easiest to create a new project in Visual C++ 5.0. To
  26. do this, start VC++ 5.0 and open the "wabtool.mak" file. Make sure to add the
  27. "INetSDK\include" directory in your list of include directories. If you have
  28. MFC correctly installed, you can now build the wabtool.exe.
  29. List of files in this project:
  30. wabtool.h
  31. wabtool.cpp
  32. wabtool.rc
  33. wabtool.rc2
  34. wabtool.ico
  35. Resource.h
  36. wabtoolDlg.h
  37. wabtoolDlg.cpp
  38. DlgProp.h
  39. DlgProp.cpp
  40. wabobject.h
  41. wabobject.cpp
  42. StdAfx.h
  43. StdAfx.cpp
  44. wabtool.dsp
  45. wabtool.mak