Code: Select all
if (strcmp(Verb, "open") == 0)
{
return FS_EXEC_YOURSELF;
}
Is it an expected behaviour? Can this message be somehow disabled?
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
if (strcmp(Verb, "open") == 0)
{
return FS_EXEC_YOURSELF;
}
Well, the Message box has "Total Commander" in the title bar so this is rather a TC popup, not a Windows one.This is a Windows-Message...
My two questions were about two completely different problems, so I think it's better to have them in separate threads.2nd you dont need to open a new thread for every question.
Right.pawelsky wrote:My two questions were about two completely different problems, so I think it's better to have them in separate threads.