Creating Callback funtions

D

David

Hi There!

In VB6, I've used Timer control to create CallBack functions (which was/is
suck).

I understand VB.NET has became a full OO langauge. So I'm just wondering if
any of you could point me to any sample or tutorials outlining how I can
create "callback" processes (or asynchronous processes) in VB.NET?

Many thanks!
David
 
J

Jared

If you do a search in visual studio for the keyword "iasyncresult" you will
find more than enough reading (263 matches). You shoud get the same results
searching the Microsoft's MSDN site.
Happy reading.
Jared
 
K

Ken Tucker [MVP]

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