DoEvents Equivalent?

M

MichaelR

I have an ASP.NET application (written in VB.NET) that has to use a 3rd
party COM server to accomplish a lengthy processing task. This COM server
works asynchronously and uses a call-back event to report its progress.

If I was programming in good old VB6, I'd use a loop and Do Events to wait
for the call-back event to be triggered. I understand that VB.NET has
Application.DoEvents(), but that isn't available to me since my app is a
dll.

Is there an equivalent in VB.NET/ASP.NET that I can use to accomplish this?
 
B

bruce barker

no. google this newsgroup for progress bar solutions. they involve polling
for status.

-- bruce (sqlwork.com)

| I have an ASP.NET application (written in VB.NET) that has to use a 3rd
| party COM server to accomplish a lengthy processing task. This COM server
| works asynchronously and uses a call-back event to report its progress.
|
| If I was programming in good old VB6, I'd use a loop and Do Events to wait
| for the call-back event to be triggered. I understand that VB.NET has
| Application.DoEvents(), but that isn't available to me since my app is a
| dll.
|
| Is there an equivalent in VB.NET/ASP.NET that I can use to accomplish
this?
|
|
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top