home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / outlndrg / readme.txt < prev   
Text File  |  1994-04-14  |  764b  |  18 lines

  1. Outlndrg: How to Drag and Drop From a Outline Control to a List Box
  2.  
  3. The sample OTLN_DRG.MAK project contains the files OTLN_DRG.FRM and 
  4. MSOUTLIN.VBX.
  5.  
  6. The idea of the sample is to demonstrate how to drag an item from a Outline
  7. control and drop it into a List box.
  8.  
  9. You first want to select an entry(ie Item #1-4) in the Outline control by
  10. clicking on a Item # X and holding the left mouse down. Once an item has been 
  11. selected and the mouse is held down, drag to your right toward the List box
  12. and let the left mouse button up. Notice, if you select an Item # X that 
  13. contains a subitem you get a mggbox displayed.
  14.  
  15. You can continue the same sequence with different Item # X's, but the only
  16. one that can be dropped in the List box is Item # 4.
  17.  
  18.