Link to home
Start Free TrialLog in
Avatar of yogi680
yogi680

asked on

VB Multithreading

Multithreading in VB cannot be done without including
kernel32.dll .
Why SO?
ASKER CERTIFIED SOLUTION
Avatar of Smallint
Smallint

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fluglash
fluglash

Because creating threads is system task, means low level and VB is high-level language. Even using API you not always will get needed result...

Pay attention in creating threads in VB: it can be dangerous, especially when debugging in the IDE...

I usually prefer, if I need threads, to create a multithreaded ActiveX EXE. This is stable and works fine.

Hope this helps
M
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

Accept Smallint   comment as answer.

Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
cerebralPC
EE Cleanup Volunteer