Results 1 to 2 of 2

Thread: Basic Question

  1. #1
    slalom
    Guest

    Basic Question

    I am new to programming. When does the program execute the Form_Unload? I have put lines of code in the Form_Unload and is not executing them when the program ends (using "End"). Thanks

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    using End just dumps the program and doesn't fire the Unload Event. Like hitting the Stop button in the IDE. Use Unload Me to properly unload your form

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width