Hi everybody,

I've got a form with many controls, that is the only form in my application. In the form there is a ListView with the files of one folder. If I go to the Windows-Explorer and rename the files and go back to my app I want the list to be refreshed. But I cannot find a event which occurs when I come back to my app. Form_Activate and Form_GotFocus don't run.
Thanks for help.