softwarescience
Programmer
We have a C++ dll that is uploaded to intranet users to allow them to select file names.
This uses the GetOpenFileName function with the OPENFILENAME structure.
The basic concept works, however there is an unwanted side affect that we cannot find any reference to.
For windows 98 SE and prior the problem does NOT occur, whereas on W2K and XP (ignore NT) there is a problem.
On using the function to select (or cancel selection) a file the entire path is locked i.e. select a file 'c:\temp\bob\file1.doc' then the directories 'temp' and 'bob' cannot be renamed, moved etc until the browser is shut. This effectively locks the path until the user exits the application, which is obviously unusable.
Has anyone had a similar problem or am I just missing something.
Many thanks
This uses the GetOpenFileName function with the OPENFILENAME structure.
The basic concept works, however there is an unwanted side affect that we cannot find any reference to.
For windows 98 SE and prior the problem does NOT occur, whereas on W2K and XP (ignore NT) there is a problem.
On using the function to select (or cancel selection) a file the entire path is locked i.e. select a file 'c:\temp\bob\file1.doc' then the directories 'temp' and 'bob' cannot be renamed, moved etc until the browser is shut. This effectively locks the path until the user exits the application, which is obviously unusable.
Has anyone had a similar problem or am I just missing something.
Many thanks