IMessageFilter to capture click event
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hey, I would need to capture click event when a file is open. for example, when a user click to open a word doc file, do something to the file b4 opening it with ms word.
-
hey, I would need to capture click event when a file is open. for example, when a user click to open a word doc file, do something to the file b4 opening it with ms word.
-
i tried the mouse click event on compact framework but the HookManager is giving this error:
The type System.Windows.Forms.MoustEventHandler is defined in an assembly that is not referenced. you must add a reference to assembly Systems.Windows.Forms version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
any solution for compact framework??