Threads in C++ builder [closed]
I am new to c++ builder and unfamiliar with the threading I was hoping someone could post an example or point me in the right direction. I have a form which loads the formShow() function in c++ builder. It does what I want my program to do but only after that will it display the actual form. For this i need to thread the form and the background running of the program. Can anyone help me atall? It might be simplier to just delay your logic until after the OnShow event has exited, without using a thread at all. For example: const UINT WM_DO_WORK = WM_USER + 1; void __fastcall TForm1::FormShow