jml
Unregistered
|
 |
Posted: Nov. 13 2003,21:50 |
 |
When right click on a file in windows explorer, the explorer crashes if the file is set "read-accessible" and "locked" by other program. I use Windows API to test it:
Code Sample | HANDLE testfile = CreateFile("test.file", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); LockFile(testfile, 0, 0, GetFileSize(testfile, NULL), 0);
|
If I uninstall Mp3/Tag Studio or just remove the register key: "KEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Mp3TS ShEx" Then verything is fine. So I think this could be Mp3/Tag Studio's problem.
Use Mp3/Tag Studio 3.05 OS: Windows XP SP1
|