Hi all,
I'm trying to thread a function (not a whole class) in my form-based app. I've tried to use BeginThread(), but i've found no example code for this function anywhere that could help get me started.
I also tried using the C runtime function _beginthread(), but this only seems to work well with console apps, and not form-based apps for some reason..
If anyone has some tips for using BeginThread effectively, it would help me alot.
cheers
I'm trying to thread a function (not a whole class) in my form-based app. I've tried to use BeginThread(), but i've found no example code for this function anywhere that could help get me started.
I also tried using the C runtime function _beginthread(), but this only seems to work well with console apps, and not form-based apps for some reason..
If anyone has some tips for using BeginThread effectively, it would help me alot.
cheers