home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / msg_demo / msgdem1.frm (.txt) next >
Visual Basic Form  |  1991-09-12  |  2KB  |  30 lines

  1. Form1
  2. Using Forms as Message Boxes
  3. Form1
  4. Command1
  5. Command2
  6. Form_Click
  7. @    Form_Load
  8. form2
  9. caption
  10. Command1_Click
  11. Command2_Click
  12. mousepointer
  13. Form_Load
  14. The routine below is useful when you do a lott
  15. while a program is loading.  Prevents panicc
  16. for users. Use in Form_Load sub, naturally using
  17. 'your own commands in place of this loop.
  18. Program Now Loading.....Wait..."
  19. Command1_Click
  20. Creates Static Message
  21. Program Routine Running--Please Be Patient..."
  22. Insert *BEFORE LOOP OR ROUTINE*
  23.  Include a space to keep give form size.
  24. Insert *BEFORE LOOP*
  25. Below: Setting the caption flashes the form.
  26. Create a Flashing Message--Attracts Attention!
  27. Below: Here you can increment anything you like.
  28. Create a Flashing Counter: "
  29. Command2_Click
  30.