Can someone tell me how I could start a sub parallel with a function ? I would like to start a timer while a function is running...
Printable View
Can someone tell me how I could start a sub parallel with a function ? I would like to start a timer while a function is running...
Use CreateThread API.
http://www.vbforums.com/showthread.p...hreadid=195928
look at the attachment hope it helps