hello
I have a codded a small application with on thread other than main.when close the application through programatically it still shows in task manager.The code
is
mythread.abort()
close()
these are the events of a button click.Please guide me
RAO