开发者

Threading In VB 6 !

开发者 https://www.devze.com 2023-02-20 01:40 出处:网络
How can we achieve threading in VB 开发者_如何学JAVA6?Can someone illustrate with easy example?

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

精彩评论

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