Author Topic: Thread.dll utility? Ian/Jobnik!!!  (Read 5111 times)

paddy

  • Posts: 141
Thread.dll utility? Ian/Jobnik!!!
« on: 29 Jul '03 - 08:14 »
I have noticed that Bass creates a separate thread when used in VB. This means that even when the VB app freezes, bass keeps on going.

:idea: :idea:
Code: [Select]

I was just wondering, is it possible to have an external dll that can be called from within vb so as to create threads in VB6?


Rgds.

WingZero

  • Posts: 167
Re: Thread.dll utility? Ian/Jobnik!!!
« Reply #1 on: 29 Jul '03 - 21:38 »
Have you tried Posix Threads? http://sources.redhat.com/pthreads-win32/

(: JOBnik! :)

  • Posts: 1080
Re: Thread.dll utility? Ian/Jobnik!!!
« Reply #2 on: 29 Jul '03 - 22:39 »
Hi ;D

You can create threads in VB with an API function called - CreateThread - :)

Have fun!

8) JOBnik! 8)