home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / various / msg / msg.txt < prev    next >
Encoding:
Text File  |  1995-02-03  |  802 b   |  21 lines

  1. This is a replacement for the standard windows Msgbox and InputBox.
  2. It allows for timed messages, as well as different command buttons on
  3. untmed messages.  You can change the background color of the panel to 
  4. suit yourself.  The input function has some validation, for example
  5. you can specify a maximum number of numeric characters by specifying 
  6. N5 as the validation string.
  7.  
  8. There are 3 functions in the Module1.Bas you need, plus the 
  9. declarations n the general secton.  The Msgwin form stands on its own.
  10.  
  11. Note:  You can NOT use this from a form that you are displaying
  12.     modally.  Windows will not allow 2 forms to be displayed
  13.     modally from the same applicaton.
  14.  
  15.  
  16. This code is donated to the Public Forum, use as you will.  No liabilty
  17. accepted.
  18.  
  19.  
  20. Greg Berlin
  21. CS ID: 71333,3200