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

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