开发者

Threading In VB 6 !

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜