Search found 48 matches

by nomen
Thu Jun 26, 2008 9:50 am
Forum: madCodeHook
Topic: How to get a log of the files that the user opens
Replies: 7
Views: 6071

Hi mikec:

No problem. I understand your situation perfectly.
Anyways i´m very grateful to you for trying to help me and for your sincerity.

Maybe some other can help me...

bye...
by nomen
Wed Jun 25, 2008 5:52 pm
Forum: madCodeHook
Topic: How to get a log of the files that the user opens
Replies: 7
Views: 6071

Hi mikec: Thanks for your help. This is my situation: I´m writting a software package to avoid that childrens can navigate through inapropiate webs. This is done with WinSock hooking. The fathers of the children will configure the program to avoid seeing: pornographic pages, violence pages, and so o...
by nomen
Wed Jun 25, 2008 7:35 am
Forum: madCodeHook
Topic: How to get a log of the files that the user opens
Replies: 7
Views: 6071

How to get a log of the files that the user opens

Hi all: I need to get a log of the files that the user opens. But there are too much posibilities to open a file: FILE *fopen(const char *filename, const char *mode); FILE *_fsopen( const char *filename, const char *mode, int shflag ); FILE *_wfsopen( const wchar_t *filename, const wchar_t *mode, in...