Code: Select all
procedure SelectFile('Export.txt')
begin
tcWnd := FindWindow('TTOTAL_CMD', nil);
if tcWnd <> 0 then
begin
???
end;
end;
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
procedure SelectFile('Export.txt')
begin
tcWnd := FindWindow('TTOTAL_CMD', nil);
if tcWnd <> 0 then
begin
???
end;
end;