Results 1 to 9 of 9

Thread: [RESOLVED] Threads, Processes getting locked

Hybrid View

  1. #1
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Threads, Processes getting locked

    and you can use
    VB Code:
    1. start.WaitForExit()
    to make sure the process exited
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  2. #2

    Thread Starter
    Lively Member SpagettiProg's Avatar
    Join Date
    Dec 2004
    Location
    Miami, Florida
    Posts
    82

    Re: Threads, Processes getting locked

    Thanks my friend, but still no cigar.
    I tried the following......

    VB Code:
    1. Try
    2.             start.CloseMainWindow()
    3.             start.WaitForExit()
    4.         Catch ex As Exception
    5.   End Try

    and wordpad.exe still shows up in the task manager.
    If you feel my post has helped, please rate it
    http://www.silentthread.com

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