Hi Ray
I am using registry, did not want to use an INI file. In normal use it works fine.
MruPath = ‘Software\PG software\Share Manager’
MruSection = ‘MRU’
MruID = ‘SearchList’
I planning using WM_COPYDATA to trigger an update of MRU list if I have multiple instance started.
Just to make sure the MRU list is up to date on all started instance.
//Peter