home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / clikview.zip / MCHOICE.TX_ / MCHOICE.TX
Text File  |  1996-04-16  |  5KB  |  134 lines

  1. *********************************
  2. Multi-Choice
  3. Version 1.0
  4. Copyright ⌐ 1996
  5. by Randy Isbell
  6. written with Visual Basic 3.0 Pro
  7. *********************************
  8.  
  9.  
  10. ============
  11. INTRODUCTION
  12. ============
  13. Do you have a hard time deciding which of your word 
  14. processors should handle a given .DOC file?  Or which
  15. graphics program should load and display a given image?
  16. Do you have your .TXT files associated with NOTEPAD, but
  17. would like to open them with different applications now
  18. and then.  Well, then Multi-Choice is for you!  
  19. Multi-Choice lets you associate up to TEN applications 
  20. to any given file type.  Then, whenever you want to open
  21. a file with that extension by double-clicking the file-
  22. name, Multi-Choice pops up and displays your choices.  
  23. All you have to do is decide which application will 
  24. handle your file, and click the button.   
  25.  
  26.  
  27. =============
  28. PROGRAM SETUP
  29. =============
  30. (1.) Create a directory for the program, such as 
  31.      C:\MChoice.
  32. (2.) Copy all of the Multi-Choice files into the new
  33.      directory.
  34. (3.) Set up an icon (or shortcut) for the MCHOICE.EXE
  35.      file.
  36. That's it!  Now just run the MCHOICE.EXE file to begin...
  37.  
  38.  
  39. ==================
  40. USING MULTI-CHOICE
  41. ==================
  42. After associating an extension to Multi-Choice, double- 
  43. click on any associated filename displayed by File Manager 
  44. or Windows 95 Explorer.  The Multi-Choice menu buttons will 
  45. appear.  Click on (or arrow key to) the desired application 
  46. button.  Multi-Choice starts your application then 
  47. immediately closes itself. 
  48.  
  49.  
  50. ========================
  51. ADDING A NEW ASSOCIATION
  52. ========================
  53. After running the program, select ADD from the menu. 
  54. Enter the file extension in the first box, Then enter 
  55. up to ten program names (full paths) in the Application 
  56. boxes.  You can either type in the paths manually, or 
  57. use the browse buttons to locate them.  (You must enter 
  58. at least one application to associate.)  Then SAVE your 
  59. new entry... The extension will then be associated with 
  60. Multi-Choice.  The Registry will be updated immediately, 
  61. as well as the WIN.INI file.  Then, the next time you 
  62. double-click a filename with this extension, Multi-Choice 
  63. will display your choices!
  64.  
  65.  
  66. ======================
  67. EDITING AN ASSOCIATION
  68. ======================
  69. To make changes to an association, select EDIT from the
  70. menu and select the extension.  Make the desired changes
  71. in the application boxes, and then select SAVE CHANGES.
  72. If you want them in different button positions, select
  73. REORDER from the menu.  Then enter the application numbers
  74. in the order you want them to appear.  When finished,
  75. select SAVE CHANGES.  If you want to edit more than one
  76. association, be sure to SAVE the CHANGES before selecting
  77. the next extension to edit.  And always SAVE your CHANGES
  78. before you EXIT, or your changes will not be saved.    
  79. Click EXIT when your ready to leave the EDIT screen.
  80.  
  81.  
  82. =====================
  83. REMOVING AN EXTENSION 
  84. =====================
  85. This is done from the EDIT menu.  Just select the extension
  86. from the list box, then choose REMOVE EXTENSION on the
  87. menu.
  88.  
  89.  
  90. =============
  91. SETUP options
  92. =============
  93. Two settings can be changed at any time via the SETUP menu.
  94.  
  95. (1.) Show complete file names on button labels? (yes or no)
  96. Selecting "no" will display the file names on the buttons
  97. without their extensions... 
  98. Selecting "yes" will display the file names on the buttons
  99. with their extensions included... 
  100.  
  101. (2.) Go directly to application on single choice? (yes or no)
  102. If you associate a file type to a single application, you can
  103. choose to go directly to that application when you double-
  104. click the file name, or you can have Multi-Choice appear with
  105. a single button for that application.  Choose "no" if you want 
  106. Multi-Choice to appear, or choose "yes" to go directly to the
  107. application.  
  108. Note:  This setting only applies to an association with a 
  109. single application choice...  if a file type is associated with 
  110. two or more applications, Multi-Choice will ignore this setting, 
  111. and will always appear. 
  112.  
  113.  
  114.  
  115. ==========
  116. DISCLAIMER
  117. ==========
  118. THE AUTHOR DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE, WHETHER
  119. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
  120. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ALL SUCH
  121. WARRANTIES ARE EXPRESSLY AND SPECIFICALLY DISCLAIMED.
  122.  
  123. NEITHER THE AUTHOR, NOR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE 
  124. CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE SHALL BE LIABLE FOR 
  125. ANY INDIRECT, consequential, OR INCIDENTAL DAMAGES ARISING OUT OF THE 
  126. USE OF INABILITY TO USE SUCH SOFTWARE. IN NO EVENT SHALL THE AUTHOR'S 
  127. LIABILITY FOR ANY DAMAGES EVER EXCEED THE PRICE PAID FOR THE LICENSE 
  128. TO USE THE SOFTWARE, REGARDLESS OF THE FORM OF THE CLAIM. THE PERSON 
  129. USING THE SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF 
  130. THE SOFTWARE.
  131.  
  132.  
  133. --Randy L. Isbell
  134.