How manager two task in the same EXE with delphi 7.0?
Thank
Sergio Pottstock
Fono : (562) 2054083
Skype : sergio.pottstock
www.infotecnologia.com
Create a thread for each task and leave the main thread for User
Interface. Each Thread is represented by a class derived from the
TThread class.
You can learn everything you need to get started about Multithreaded
programming and the TThread class using the help files that come with
Delphi 7