home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / toolbook / newdlg / readme < prev    next >
Text File  |  1991-06-25  |  1KB  |  25 lines

  1.  
  2.                                    NEWDLG.ZIP
  3.  
  4.     This is a modified TBLDLG.DLL, which was included with ToolBook 1.5.
  5. The modified version allows an OpenScript programmer to specify a message
  6. that will be sent to ToolBook while a given dialog is up.  This allows
  7. users to code, in OpenScript, true dialog box behavior, such as changing
  8. the state of one control based upon that of another.  See newdlg.tbk for
  9. examples of what may be done, though functionality is not limited to what
  10. is demonstrated here.
  11.  
  12.     For those familiar with Windows SDK dialog code, the messages sent to
  13. OpenScript will be all of the WM_COMMAND messages, and will include the
  14. dialog box's window handle (hDlg), the message number (wMessage), and the
  15. message-specific parameters (wParam, lParamHI, and lParamLO).
  16.  
  17.     This new DLL will work exactly as the original shipped with ToolBook
  18. unless you, as an OpenScript developer, choose to take advantage of the 
  19. enhancements.  Also, any OpenScript code that attempts to utilize the new
  20. DLL's enhancements will work perfectly well with the original DLL.  This
  21. forward and backward compatibility allows you to copy or use this new
  22. version wherever you liek.
  23.  
  24.     Please report any bugs to David Solum via Asymetrix Technical Support.
  25.