D
Domac
Hi,
What is wrong with following code:
Dim lThreadHandle1 As Long
Dim lpThreadID As Long
lThreadHandle1 = CreateThread(ByVal 0&, ByVal 0&,AddressOf test_function,
ByVal 0&, 0, lpThreadID)
I get sintax error!
Thanks!
Domac
What is wrong with following code:
Dim lThreadHandle1 As Long
Dim lpThreadID As Long
lThreadHandle1 = CreateThread(ByVal 0&, ByVal 0&,AddressOf test_function,
ByVal 0&, 0, lpThreadID)
I get sintax error!
Thanks!
Domac