Create a Thread

Hi,
I would like my program to create a new thread.
Is my only possible way is to use an API?
thanks.
[118 byte] By [liate] at [2007-11-15 17:37:23]
# 1 Re: Create a Thread
Every running executable runs in its own thread so to start another thread you could just Shell another instance of your app.

See http://www.MerrionComputing.com/Programming/IPC.htm for how to communicate with this new thread once it is started...

---------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.
Clearcode at 2007-11-10 0:44:02 >