On Feb 12, 4:32 pm, "Miro" <miron...@golden.net> wrote:
> If there are threads running you have to close them all properly.
>
> Maybe you have a socket open?
>
> Make sure you hae something like
>
> Socket.close()
> Thread.abort()
>
> before you close your app.
>
> M.
>
> "wanwan" <ericwa...@yahoo.com> wrote in message
>
> news:(E-Mail Removed)...
>
> >I have a few programs written that can't be closed completely.
>
> > I click on the 'x' and the form closes, but the program still shows
> > in task manager. I tried using Application.exit() in form_closing
> > event and it didn't work.
>
> > any suggestion please
ya, I forgot to stop a thread. Thanks.
|