home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activedocument / doserver / readme.txt < prev    next >
Text File  |  1997-05-28  |  1KB  |  23 lines

  1. ActiveX Document Server Sample "DOServer"
  2.  
  3. DOServer is a very simple example of an ActiveX Document server. It
  4. implements the minimum number of interfaces required to have an object
  5. be an ActiveX Document. 
  6.  
  7. If the application is executed without the "/embedding" switch, a dialog
  8. box will be displayed that has options for registering the server and
  9. creating a working file. When Register Server is selected, the
  10. application will make all of the required entries into the registry to
  11. register the application as an ActiveX Document server. This must be
  12. done at least once before attempting to load a working file into a
  13. container.
  14.  
  15. If the Create File option is selected, the user can create a new file
  16. that can be loaded into an ActiveX Document container (such as Internet
  17. Explorer, Microsoft Office Binder or the Framer sample in this SDK).
  18.  
  19. This ActiveX Document only implements a color feature. Once the file is
  20. loaded into the container, the color can be selected from the Color menu
  21. that the server adds to the container's menu.
  22.  
  23.