home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / goat006.zip / SRC.ZIP / goatsrc / batch / Form.1 < prev    next >
Text File  |  2002-09-11  |  308b  |  12 lines

  1. /* Form events - Opened */
  2. Arg window 
  3.  
  4.  
  5. /* View as tree 1000 Container */
  6. rc=VpSetItemStyle(window,1000,'TREE')
  7. /* View as mini icons 1000 Container */
  8. rc=VpSetItemStyle(window,1000,'MINIICON')
  9.  
  10. /* Load with directory folders 1000 Container */
  11. CALL VpLoadFromFile window,1000,'FOLDERS','C:\OS2\'
  12.