home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / SOFTSRC / vtrial15.exe / DATA.1 / Custom.txt < prev    next >
Text File  |  1997-04-10  |  1KB  |  51 lines

  1. #Customization
  2. #1
  3. #V_api.hlp
  4.  
  5. #12
  6. You can customize Vdraft using Microsoft Visual
  7. Basic, C++, Microsoft Excel, or any application
  8. which supports ActiveX Automation.
  9.  
  10. #1
  11. You can find sample source code for customizing
  12. Vdraft in the Vdraft\Programs directory.  It
  13. includes Microsoft Visual Basic, C++, Microsoft
  14. Excel, and Microsoft Word.
  15.  
  16. #15
  17. Everything on the Extensions menu is a separate
  18. program which calls Vdraft.
  19.  
  20. #10
  21. The files AcadKeys.vs and QuicKeys.vs in the
  22. Vdraft\User directory contain keyboard shortcuts
  23. for many commands in Vdraft.  AcadKeys.vs
  24. contains AutoCAD commands.  QuicKeys.vs
  25. contains 2- and 3-letter commands.  You can
  26. switch between the two using Prefrences from
  27. the Settings menu.
  28.  
  29. #10
  30. The file User.vs in the Vdraft\User directory
  31. can be customized to add your own keyboard
  32. shortcuts to Vdraft.
  33.  
  34. #10
  35. The New Drawing dialog, which you can bring up
  36. by selecting New from the File menu, can be
  37. customized.  The template options it lists are
  38. script files which are in the Vdraft\Template
  39. directory.  You can add your own or modify the
  40. existing ones.
  41.  
  42. #16
  43. You can use the VdraftEvents ActiveX Control to
  44. have your program respond to events from Vdraft.
  45. For example, a Visual Basic program can wait for
  46. the user to pick points or select objects.
  47.  
  48. #11
  49. You can create a custom popup menu attached to
  50. shift-right click.  This is a good place to
  51. put commonly used actions.