Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic 6
App needs to go to multiple sites at once...should I use background worker?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Gislason" data-source="post: 18023" data-attributes="member: 1308"><p>VB6 doesn't support true threading. However, this can be easily achieved just arraying Winsock or some other control/library to handle your requests/processing. You can coordinate the pseudo-asynchronous nature of the array with an arrayed timer.</p><p></p><p>If you need help just PM me bud.</p></blockquote><p></p>
[QUOTE="Gislason, post: 18023, member: 1308"] VB6 doesn't support true threading. However, this can be easily achieved just arraying Winsock or some other control/library to handle your requests/processing. You can coordinate the pseudo-asynchronous nature of the array with an arrayed timer. If you need help just PM me bud. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic 6
App needs to go to multiple sites at once...should I use background worker?
Top