Results 1 to 4 of 4

Thread: *Resolved* Do I have to remove event handlers?

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    *Resolved* Do I have to remove event handlers?

    Right now I'm adding this to a process:
    VB Code:
    1. AddHandler Process.Exited, AddressOf Process_Exited
    2. Process.EnableRaisingEvents = True

    Now when the process is exited (or when I exit my app), should I go ahead and use RemoveHandler to remove the event handler? or it doesnt really mather?
    Last edited by MrPolite; Aug 12th, 2002 at 05:40 PM.

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