Multithreading in visual basic 6.0

前端 未结 5 1100
小蘑菇
小蘑菇 2021-02-19 06:19

How to implement multi-threading in visual basic 6.0. It would be great if someone can give an example.

5条回答
  •  隐瞒了意图╮
    2021-02-19 06:29

    VB6 is not a really good environment for multi-threaded applications. There is no out-of-the-box support, you need to delve into standard WinAPI functions. Take a look at this article, which provides quite a comprehensive sample:

    http://www.freevbcode.com/ShowCode.Asp?ID=1287

提交回复
热议问题