i made a function used for http post . and this is run in a thread.........
while aborting this thread it is taking long time and the form becomes non responsive and show a blank form....... how can i solve this problem............

Recommended Answers

All 3 Replies

This might be occuring because of a variety of on going processes that might still be active when u try to dispose the thread...
Don't know what exactly is causing problem to u
But in a more generic way i might say see that all the processess that u r running on that tread are disposed before u try to dispose the thread tat might be a solution to that problem

Chances are that you have an endless loop there my friend

You can try the (Try - Catch) ... would then just display an error

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.