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

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