applicaion Exit problem...
-
Hi... In my application , i am creating a project which gives me a dll file i am using that dll in other project. I had added dependency for my application properly. From my windows application project i am starting some threads which are there in dll file. But when i exit my application...only my windows are getting closed(Forms) but my application is running in PC. Why my application i still running although i am exiting the application...? Is i something with dll...? Thanks in adavance, Vinay
-
Hi... In my application , i am creating a project which gives me a dll file i am using that dll in other project. I had added dependency for my application properly. From my windows application project i am starting some threads which are there in dll file. But when i exit my application...only my windows are getting closed(Forms) but my application is running in PC. Why my application i still running although i am exiting the application...? Is i something with dll...? Thanks in adavance, Vinay
Are u using multi threading or something??
- - - --[ i love it when a plan comes together ]-- - - -
-
Hi... In my application , i am creating a project which gives me a dll file i am using that dll in other project. I had added dependency for my application properly. From my windows application project i am starting some threads which are there in dll file. But when i exit my application...only my windows are getting closed(Forms) but my application is running in PC. Why my application i still running although i am exiting the application...? Is i something with dll...? Thanks in adavance, Vinay
Hello please test below code :
Application.ExitThread();
May be it's usefull ! Regards.