• I've had this sort of problem with a number of applications. Message boxes that appear behind modal forms are a good one!

    I've also seen it happen when someone has converted an old VB program into a DLL but forgot to take out the error trapping message boxes.

    You can also get a problem when a Windows app bombs out and locks a file. In this scenario it is always a good idea to look at Task Manager and see what is going on.