|
-
Jul 3rd, 2009, 02:04 AM
#1
Intercepting requests to open files & folders
I'm trying to create something that will intercept requests to open a file or folder in Windows Explorer. So far, the only thing I can come up with is that I need to make a file system filter driver. Is this the easiest way to accomplish what I'm after? If so, does anyone know of any good literature on creating one?
-
Jul 3rd, 2009, 03:22 AM
#2
Fanatic Member
Re: Intercepting requests to open files & folders
Try
Code:
Process.Start("Explorer.exe", FileName)
'where FileName is your File or Folder name
-
Jul 3rd, 2009, 04:33 AM
#3
Re: Intercepting requests to open files & folders
pvbangera - I think you have got the wrong idea, all that code does is opens a file. ForumAccount is talking about having his code run every time ANY file is opened through explorer.
ForumAccount - are you using a server operating system?
-
Jul 3rd, 2009, 04:53 AM
#4
Fanatic Member
Re: Intercepting requests to open files & folders
-
Jul 3rd, 2009, 03:16 PM
#5
Re: Intercepting requests to open files & folders
 Originally Posted by chris128
ForumAccount - are you using a server operating system?
XP Pro sp3
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|