Connecting Tech Pros Worldwide Forums | Help | Site Map

I can't operate anything in VB.NET

Mamatha
Guest
 
Posts: n/a
#1: Nov 21 '05
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



Cor Ligthert
Guest
 
Posts: n/a
#2: Nov 21 '05

re: I can't operate anything in VB.NET


Mamatha,

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

Cor

"Mamatha" <mail2mamathak@yahoo.com>
[color=blue]
> 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
>
>[/color]


Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#3: Nov 21 '05

re: I can't operate anything in VB.NET


"Mamatha" <mail2mamathak@yahoo.com> schrieb:[color=blue]
> 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).[/color]

What about putting URL extraction into a background thread? This will not
block the main UI thread.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

One Handed Man \( OHM - Terry Burns \)
Guest
 
Posts: n/a
#4: Nov 21 '05

re: I can't operate anything in VB.NET


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


"Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
news:%230XVlq1rEHA.896@TK2MSFTNGP12.phx.gbl...[color=blue]
> Mamatha,
>
> This sounds more and more as a spamengine, do you really want us to help
> you with that.
>
> Cor
>
> "Mamatha" <mail2mamathak@yahoo.com>
>[color=green]
>> 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
>>
>>[/color]
>
>[/color]


Cor Ligthert
Guest
 
Posts: n/a
#5: Nov 21 '05

re: I can't operate anything in VB.NET


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


One Handed Man \( OHM - Terry Burns \)
Guest
 
Posts: n/a
#6: Nov 21 '05

re: I can't operate anything in VB.NET


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


"Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
news:e1R71l2rEHA.536@TK2MSFTNGP11.phx.gbl...[color=blue]
> 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
>[/color]


mamatha k
Guest
 
Posts: n/a
#7: Nov 21 '05

re: I can't operate anything in VB.NET




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




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Closed Thread