home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / program / VDS232.exe / DS.CNT (.txt) next >
Microsoft Windows Help File Content  |  1996-08-01  |  4KB  |  173 lines

  1. :Base \PROG\WINSCR2\DS.HLP
  2. :Title Visual DialogScript 2.0
  3. 1 User Guide
  4. 2 Licensing and Registration
  5. 3 License Agreement=license
  6. 3 Registering Visual DialogScript=register
  7. 3 Where to find the latest Visual DialogScript=Where_to_find_WinScript
  8. 2 What is Visual DialogScript?
  9. 3 Overview=Overview
  10. 2 The Development Environment
  11. 3 Development Environment=Development_Environment
  12. 3 Script Window=Script_Window
  13. 3 Debug Window=Debug_Window
  14. 3 Making Executable Files=makeexe
  15. 3 Using Tools
  16. 4 Window Spy=Window_Spy
  17. 4 Icon Editor
  18. 5 Icon Editor=iconedit
  19. 5 Creating new icons=iecreatingicons
  20. 5 Capturing icons=iecapturing
  21. 5 Converting bitmaps to icons=ieconvertbmp
  22. 4 Bitmap Editor=bitmapeditor
  23. 4 Dialog Editor
  24. 5 Dialog Editor=Dialog_Editor
  25. 5 Using the Dialog Editor=de_
  26. 5 Editing Dialog Elements=Editing_Dialog_Elements
  27. 5 Editing Styles=Editing_Styles
  28. 5 Adding Dialog Elements=addelement
  29. 4 Dialog Wizard=Dialog_Wizard
  30. 2 DialogScript Programming
  31. 3 DialogScript Language=language
  32. 3 Labels=label
  33. 3 Commands=command
  34. 3 Functions=functions
  35. 3 Assignments=assignments
  36. 3 Strings=strings
  37. 3 Variables=variables
  38. 3 String Lists=string_lists
  39. 3 Dialogs
  40. 4 Dialog Programming=dialogs
  41. 4 Creating Dialogs=Creating_Dialogs
  42. 4 Dialog Elements=Dialog_Elements
  43. 4 Events=Dialog_Events
  44. 2 Advanced Topics
  45. 3 Sending Keystrokes=sending_keystrokes
  46. 3 Using MCI=Using_MCI
  47. 2 Examples
  48. 3 Examples=Examples
  49. 3 Address Book example=Address_Book_example
  50. 3 Controlling Notepad example=controlling_notepad_example
  51. 3 Dialog example=Dialog_example
  52. 3 Explorer menu example=Explorer_menu_example
  53. 3 File deleter example=File_deleter_example
  54. 3 List example=List_example
  55. 3 MCI Test example=MCI_Test_example
  56. 3 Multimedia Player example=Multimedia_Player_example
  57. 3 Registry Information example=Registry_Information
  58. 3 Setup Wizard example=Setup_Wizard_example
  59. 3 Startup example=Startup_example
  60. 3 TaskBar Icon example=TaskBar_Icon_example
  61. 3 Task Launcher example=Task_Launcher_example
  62. 3 Version Info example=Version_Info_example
  63. 3 WinTouch example=WinTouch_example
  64. 3 Zip List example=Zip_List_example
  65. 3 Zip Shell example=Zip_Shell_example
  66. 1 Reference Manual
  67. 2 Command Reference
  68. 3 Command Reference=cmdref
  69. 3 BEEP=key_beep
  70. 3 BREAK=key_BREAK
  71. 3 CLIPBOARD=key_clipboard
  72. 3 DDE=key_dde
  73. 3 DIALOG=key_dialog
  74. 3 DIRECTORY=key_directory
  75. 3 ELSE=key_else
  76. 3 END=key_end
  77. 3 EXIT=key_exit
  78. 3 EXITWIN=key_exitwin
  79. 3 FILE=key_file
  80. 3 GOSUB=key_gosub
  81. 3 GOTO=key_goto
  82. 3 IF=key_if
  83. 3 INFO=key_info
  84. 3 INIFILE=key_inifile
  85. 3 LIST=key_list
  86. 3 OPTION=key_OPTION
  87. 3 PARSE=key_PARSE
  88. 3 PLAY=key_play
  89. 3 REGISTRY=key_registry
  90. 3 REM=key_rem
  91. 3 REPEAT=key_repeat
  92. 3 RUN=key_run
  93. 3 RUNH=key_runh
  94. 3 RUNM=key_runm
  95. 3 RUNZ=key_runz
  96. 3 SHELL=key_shell
  97. 3 SHIFT=key_shift
  98. 3 TITLE=key_title
  99. 3 WAIT=key_wait
  100. 3 WARN=key_warn
  101. 3 WINDOW=key_window
  102. 2 Function Reference
  103. 3 Function Reference=funcref
  104. 3 @ALT=fn_alt
  105. 3 @ASC=fn_asc
  106. 3 @ASK=fn_ask
  107. 3 @CHR=fn_chr
  108. 3 @CLICK=fn_click
  109. 3 @COUNT=fn_count
  110. 3 @CR=fn_cr
  111. 3 @CTRL=fn_ctrl
  112. 3 @CURDIR=fn_curdir
  113. 3 @DATETIME=fn_datetime
  114. 3 @DDEITEM=fn_ddeitem
  115. 3 @DIFF=fn_diff
  116. 3 @DIRDLG=fn_dirdlg
  117. 3 @DIV=fn_div
  118. 3 @DLGTEXT=fn_dlgtext
  119. 3 @ENV=fn_env
  120. 3 @EQUAL=fn_equal
  121. 3 @EVENT=fn_event
  122. 3 @EXT=fn_ext
  123. 3 @FADD=fn_fadd
  124. 3 @FDIV=fn_fdiv
  125. 3 @FILE=fn_file
  126. 3 @FILEDLG=fn_filedlg
  127. 3 @FMUL=fn_fmul
  128. 3 @FORMAT=fn_format
  129. 3 @FSUB=fn_fsub
  130. 3 @GREATER=fn_greater
  131. 3 @INDEX=fn_index
  132. 3 @INIREAD=fn_iniread
  133. 3 @INPUT=fn_input
  134. 3 @ITEM=fn_item
  135. 3 @KEY=fn_key
  136. 3 @LEN=fn_len
  137. 3 @MATCH=fn_match
  138. 3 @MCI=fn_mci
  139. 3 @NAME=fn_name
  140. 3 @NEXT=fn_next
  141. 3 @NOT=fn_not
  142. 3 @NULL=fn_null
  143. 3 @OK=fn_ok
  144. 3 @PATH=fn_path
  145. 3 @POS=fn_pos
  146. 3 @PRED=fn_pred
  147. 3 @PROD=fn_prod
  148. 3 @QUERY=fn_query
  149. 3 @REGREAD=fn_regread
  150. 3 @RETCODE=fn_RETCODE
  151. 3 @SHIFT=fn_shift
  152. 3 @SHORTNAME=fn_shortname
  153. 3 @SUBSTR=fn_substr
  154. 3 @SUCC=fn_succ
  155. 3 @SUM=fn_sum
  156. 3 @SYSINFO=fn_sysinfo
  157. 3 @TAB=fn_tab
  158. 3 @TRIM=fn_trim
  159. 3 @UPPER=fn_upper
  160. 3 @VERINFO=fn_verinfo
  161. 3 @VOLINFO=fn_VOLINFO
  162. 3 @WINACTIVE=fn_winactive
  163. 3 @WINDIR=fn_windir
  164. 3 @WINEXISTS=fn_winexists
  165. 3 @WINPOS=fn_winpos
  166. 3 @ZERO=fn_zero
  167. 2 Troubleshooting Scripts
  168. 3 Error Messages=Error_Messages
  169. 3 Troubleshooting tips=Troubleshooting_tips
  170. 1 Upgrade Notes
  171. 2 What's new=What_s_new
  172. 2 What's changed=What_s_changed
  173.