home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / dropext / readme.txt < prev   
Encoding:
Text File  |  1996-01-25  |  521 b   |  21 lines

  1. Context Menu Extension
  2.  
  3.  
  4. The DROPEXT sample demonstrates how to extend the drag-and-drop context 
  5. menu.
  6.  
  7. To test DROPEXT.DLL, you must:
  8.  
  9. 1. Build DROPEXT.DLL.
  10.  
  11. 2. Copy DROPEXT.DLL to the system directory (for example, c:\windows\system).
  12.  
  13.    -or-
  14.  
  15.    Modify DROPEXT.REG file to points to a fully qualified path to the DLL.
  16.  
  17. 3. Run the command: regedit dropext.reg.
  18.  
  19. 4. Use the right mouse button to drag a file from one folder to another.
  20.    You will see additional menu items for the drop operation.
  21.