VB 6 中的线程!

发布于 2024-10-27 10:39:57 字数 46 浏览 1 评论 0原文

我们如何在 VB 6 中实现线程化?有人可以用简单的例子来说明吗? 提前谢谢!

How can we achieve threading in VB 6? Can someone illustrate with easy example?
Thankx in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜扑 2024-11-03 10:39:57

从本质上讲,线程并不容易。我警告你要非常小心。

通常这是通过 ActiveX EXE 完成的。这是一个很好的例子

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.

没有伤那来痛 2024-11-03 10:39:57

您可以使用计时器来模拟线程。不如实际线程那么高效,但我曾经设计过一些应用程序(从 VB 3.0 到 VB 6.0),在其中我使用了这个技巧。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文