Subj : Question about: createthread/beginthread/beginthreadex ? To : comp.programming.threads From : mandatory Date : Mon Mar 14 2005 04:45 am hi, Ive been used to use createhread() - then ive seen some examples with beginthread() - and some references til beginthreadex(). Well then i went on the net to examine what the argument was to use the one instead of the other - and it appears to me that no one really knows whats the best ? some places people advice never to use createthread, where other places advice never to use anything but createthread() ? Could someone tell me if there is a problem with some of them - and what would your advice be ? im abit confused - and abit scared ! VC60+BCB60 / winXP .