I have an application in which I get an I/O Error 183 as soon as i choose a directory with a TDirectoryListBox for the first time. After this, it works like expected.
This behaviour is independent from the Form I place the Box in, the drive and many other settings I tried to change.
But when I create a new application and place a TDirectoryListBox in there it works without problems.
I think its very strange since I/O Error 183 is the ERROR_ALREADY_EXISTS which should not happend with a TDirectoryListBox.
I am using Delphi 2007.
Can someone tell me why this is happening and how to resolve the issue?
Looks like the window manager is attempting to create a window that is already there. Use the $IOCHECKS and $I- compiler flags to suppress it. Here is a more detailed explanation:
References
How are window manager handles determined in 16-bit Windows and Windows 95?
About List Boxes