Hi,
Do you know if VB6.0 supports Multi-Thread Programming?
I wrote a sample according to MSDN, but I got an Exception while I run its .exe file.

My code is as below:

...
Dim lpThreadId As Long

lThreadHandle1 = CreateThread(ByVal 0, ByVal 0, AddressOf test_function, 0,0, lpThreadId)
...

If VB6 supports CreateThread() API,would you like give me a sample vb project?

Thank you.
xadave@sina.com