Hi,
My application is working fine.But after application exist its remain in task list.Can any one tell me what are the possible reason for this behaviour.
Waiting for smily answer.
Printable View
Hi,
My application is working fine.But after application exist its remain in task list.Can any one tell me what are the possible reason for this behaviour.
Waiting for smily answer.
It's difficult to say without more information but this can be caused by an object that you have created but not destroyed.
VB Code:
Private Sub Form_Terminate() App.TaskVisible = False Unload Me End Sub