I can't operate anything in VB.NET

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
 
C

Cor Ligthert

Mamatha,

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

Cor
 
H

Herfried K. Wagner [MVP]

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.
 
O

One Handed Man \( OHM - Terry Burns \)

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))
 
C

Cor Ligthert

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
 
O

One Handed Man \( OHM - Terry Burns \)

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))
 
M

mamatha k

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
 

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

Top