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

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