I can't operate anything in VB.NET

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

Mamatha

Hi

I have an application in VB.Net,i have downloaded some
code which extracts webpage URLs from the website by using
threads.I extended that application to extract emails from
the listed webpage URLs.
Searching webpage from the site and extracting Emails
process are done simaltaneously.
At the time of connecting to net for extracting emails
from a particular webpage..application hangs.
The application was not activated untill extracted all
Emails from all webpages.
Now i want to stop that process or pause that process.

How can i stop/pause that application from extracting? not
from extracting it's completely stopped.
I know the way to stop running threads,but i want to stop
from extraction also.Because i can't do any operation at
extraction time(either click on the stop button also).
I need very urgent solution.If any body knows the solution
please letme know.
Great appreciated thanks in advance.


Mamatha
 
Mamatha,

This sounds more and more as a spamengine, do you really want us to help you
with that.

Cor
 
Mamatha said:
I have an application in VB.Net,i have downloaded some
code which extracts webpage URLs from the website by using
threads.I extended that application to extract emails from
the listed webpage URLs.
Searching webpage from the site and extracting Emails
process are done simaltaneously.
At the time of connecting to net for extracting emails
from a particular webpage..application hangs.
The application was not activated untill extracted all
Emails from all webpages.
Now i want to stop that process or pause that process.

How can i stop/pause that application from extracting? not
from extracting it's completely stopped.
I know the way to stop running threads,but i want to stop
from extraction also.Because i can't do any operation at
extraction time(either click on the stop button also).

What about putting URL extraction into a background thread? This will not
block the main UI thread.
 
I agree this sounds very suspicious.

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Terry,

A pity is that there is always someone who helps the spammers and than says
he was not sure of that. However probably has to less knowledge.

Cor
 
Very True !

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Hi

I am mamatha,Outlook express is not working here to send Emails...it
gives some error while sending.
if u know the solution please let me because my application is at the
ending stage.I want very urgent solution.
Thanks in advance.



Mamatha
 
Back
Top