Problem in Closing Exe
- by chandruswami
In C#,
I am using form1 as homescreen,.. while running exe from Debug folder, form1.exe appears in Process tab in task manager,...
The problem is:
Through form1 at runtime, i may create more instances of form1
while trying to close particular instance, the instances closed,.. but still exe appears in task manager.
what i found:
If i close the…