Results 1 to 3 of 3

Thread: kill all app threads - RESOLVED

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Porto Alegre, RS
    Posts
    210

    kill all app threads - RESOLVED

    In vb6 i have this code to kill all my forms on exiting the app:

    VB Code:
    1. For Each frm In Forms
    2.         Unload frm
    3.         Set frm = Nothing
    4.     Next

    It is possible to make something like this to kill my threads in VB.Net?

    Thank you,
    Guilherme Costa
    Last edited by gccosta; May 23rd, 2004 at 08:49 AM.

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