![]() |
File notification not fully works on XP
Hi
I try a great file notification component at ![]() It can catch the event when I extract any file from winzip/winrar on vista. Problem is it can not catch event from extracted file on xp. It's so hard to debug the source code on xp because windows always send message to program (stopped at my breakpoint) therefore I can't compare the difference of program's routine between xp and vista. Hope somebody want to try to look the source code. Thanks. |
AW: File notification not fully works on XP
Hey,
you are sure that this code does the job on Windows XP and not only on Vista/7!? I have not seen any information about this fact. In the readme the author does not say any about compatibility :gruebel: Where exactly is the problem!? I think you mean this method
Delphi-Quellcode:
, right?! But where (in which line) have you set the breakpoint?
procedure TShellNotify.WndProc(var Message: TMessage);
Zitat:
|
AW: File notification not fully works on XP
Zitat:
Code:
lbEvents.Items.Add('A nonfolder item has been created ' + Path1);
Zitat:
Code:
if Message.Msg = WM_SHELLNOTIFY Then
Zitat:
I am not sure what I am doing, so I ask for some suggestion here. Thanks. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:29 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz