TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
L
NA
1
0
New to C# -- Help me write a hook?
Jun 22 2010 12:22 PM
Hello,
I'm new to C# and writing a program which tracks the changes a user makes to a document. I'm aware of a "track changes" function in Microsoft Word, but I need more detail for this project.
The program already logs keystrokes and mouse movements, but I'd also like for it to track cut, copy, and paste operations. Things like WM_PASTE aren't registering, so I'm wondering if writing hooks for GetClipboardData and SetClipboardData would be better.
Anyone have thoughts on this? Also, I'll need some help writing the actual hook. Any help is appreciated.
Thanks!
--L
Reply
Answers (
0
)
XMLReader
Two Dimensional array to Excel Spreadsheet