Using threads also inVB.NET

  • Thread starter Thread starter Mamatha
  • Start date Start date
M

Mamatha

Hi

I have one application in VB.NET,when we click on
particular button it will connect to the web and
retrieving a particular webpage.Whan connect to the net
and getting source code of webpage...application hangs i
can't click any button at that time,i used threads also
threads also for this concept but there is no effect.How
can i solve that problem,if any one knows please let me
know.
Thanks in advance

Mamatha
 
Hi Mamatha
What kind of hang do you have here does it hang for a while then it
continues working normally (like it take some time to complete the
operation and the CPU if back free to receive input ) for if that is the
case thread should have solved the problem ( if you run this time consuming
operation on another thread and make sure that it is not the main thread )
. Or does it hang and don't respond again.

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top