home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l408 / 2.img / EXAMPLES.EXE / EXAMPLES / FORM5.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1991-06-12  |  2.1 KB  |  37 lines

  1. Form5
  2. This is Form 5
  3. System
  4. wwwwwwwwwwwww
  5. Form2
  6. Form5
  7. Form4
  8. Label2
  9. Command2
  10. Command3    
  11. Command4
  12. Form_Click
  13. Form_Resize
  14. MhUpdateIcon
  15. Form2
  16. WindowState
  17. ArngHelp
  18. Label1
  19. Label3
  20. Label4
  21. Label5
  22. Command1
  23. Form_Resize
  24.  The IF..END IF block is not mandatory.o
  25.  By including it, you accomplish three things:
  26.  1. The form's icon does not get posted to the
  27.  ArngIcon form until the form is minimized,e
  28.  thus preserving the order in which icons are
  29.  added to the ArngIcon form.
  30.  2. The app will run faster because ArngIcon
  31.  does not do any updating until the form is
  32.  minimized.m
  33.  3. Because it's not necessary to manipulate the
  34.  ArngIcon form when your form's WindowState is
  35.  0 or 2, your app will run faster in those
  36.  states.
  37.