G
Guest
Hi,
I have thread declared in this way. Dim t As New Thread(AddressOf
ThreadProc). Here ThreadProc is a function with two parameters. But i am not
able to use function name with addressof, It accepts only if it is 'Sub' and
not 'function'.
Can anyone help me with some good example, to use thread for functions with
some parameters.
thanking u,
regards,
Sivaraman.S
I have thread declared in this way. Dim t As New Thread(AddressOf
ThreadProc). Here ThreadProc is a function with two parameters. But i am not
able to use function name with addressof, It accepts only if it is 'Sub' and
not 'function'.
Can anyone help me with some good example, to use thread for functions with
some parameters.
thanking u,
regards,
Sivaraman.S