How can we achieve threading in VB 开发者_如何学JAVA6? Can someone illustrate with easy example? Thankx in advance!
Threading is, by it's nature, not easy. I caution you to be very careful.
Normally this is done with ActiveX EXE's. Here's a good example.
You can use a timer to emulate threading. Not as efficient as actual threading, but I once designed a few applications (from VB 3.0 to VB 6.0) where I used that trick.
精彩评论