Hallo. I have a TFileListBox called listLocalFiles, but I cannot get it to update when files are moved/deleted/etc.
I have tried the following:
listLocalFiles->Update();
listLocalFiles->Refresh();
and
listLocalFiles->Update();
listLocalFiles->Repaint();
But, sadly, all to no avail. Can anyone shed any light on what I'm doing wrong?
Cheers,
Douglas JL
Common sense is what tells you the world is flat.
I have tried the following:
listLocalFiles->Update();
listLocalFiles->Refresh();
and
listLocalFiles->Update();
listLocalFiles->Repaint();
But, sadly, all to no avail. Can anyone shed any light on what I'm doing wrong?
Cheers,
Douglas JL
Common sense is what tells you the world is flat.