If I use delphi ShowMessage or MessageDlg when the message is shown the program wait the click in the button and I wouldn't like that the program blocks himself. I need to show a message where I write that the program is searching, but as long as the message is shown the search doesn't start.. What can I do?
Thanks, Jack
ShowMessage('Sto ricercando . . .');
if (cartellaSorgente[Length(cartellaSorgente)] <> '\') then
begin
// do the research
end;