Click here to Skip to main content
15,890,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Editing a text file from vb Pin
Len Miller24-Apr-05 9:16
Len Miller24-Apr-05 9:16 
GeneralOffline files and HSM Pin
Zenly24-Apr-05 4:36
Zenly24-Apr-05 4:36 
GeneralRe: Offline files and HSM Pin
Dave Kreskowiak24-Apr-05 5:17
mveDave Kreskowiak24-Apr-05 5:17 
GeneralRe: Offline files and HSM Pin
progload24-Apr-05 6:10
progload24-Apr-05 6:10 
GeneralRe: Offline files and HSM Pin
Zenly24-Apr-05 13:37
Zenly24-Apr-05 13:37 
GeneralRe: Offline files and HSM Pin
progload24-Apr-05 14:02
progload24-Apr-05 14:02 
GeneralRe: Offline files and HSM Pin
progload24-Apr-05 14:34
progload24-Apr-05 14:34 
GeneralRe: Offline files and HSM Pin
Dave Kreskowiak24-Apr-05 16:49
mveDave Kreskowiak24-Apr-05 16:49 
I didn't say the extension had to be installed on the client.

You really don't have a choice here. The FileSystemWatcher class only triggers events well after they have occured, not during the occurance. It also gets slower and slower at triggering events the bigger the directory tree you want to it monitor. Try having it monitor your entire C: drive and watch what happens...

Now, you CAN put a stub in place of the file, but when the client double clicks the file, it's the CLIENT that runs the stub code, not the server. Since the client knows nothing of the tape backup system and will most likely NOT have rights to it at all, you've got a huge problem. This is only solvable by code running on the server and the only time this code will get executed is when the file system get an Open request and follows the installed chain of extensions.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Offline files and HSM Pin
Zenly25-Apr-05 1:54
Zenly25-Apr-05 1:54 
GeneralRe: Offline files and HSM Pin
Dave Kreskowiak25-Apr-05 2:08
mveDave Kreskowiak25-Apr-05 2:08 
GeneralRe: Offline files and HSM Pin
Zenly25-Apr-05 5:20
Zenly25-Apr-05 5:20 
GeneralConvert image into binary Pin
Nana8124-Apr-05 0:19
Nana8124-Apr-05 0:19 
GeneralRe: Convert image into binary Pin
Christian in a nice hotel in Singapore24-Apr-05 0:26
sussChristian in a nice hotel in Singapore24-Apr-05 0:26 
GeneralRe: Convert image into binary Pin
Dave Kreskowiak24-Apr-05 5:01
mveDave Kreskowiak24-Apr-05 5:01 
GeneralRe: Convert image into binary Pin
Anonymous24-Apr-05 7:33
Anonymous24-Apr-05 7:33 
GeneralRe: Convert image into binary Pin
Dave Kreskowiak24-Apr-05 16:09
mveDave Kreskowiak24-Apr-05 16:09 
GeneralRe: Convert image into binary Pin
Anonymous24-Apr-05 12:45
Anonymous24-Apr-05 12:45 
GeneralValidate E-mail & Web address help... Pin
AndyYie23-Apr-05 18:39
AndyYie23-Apr-05 18:39 
GeneralRe: Validate E-mail & Web address help... Pin
Dave Kreskowiak24-Apr-05 4:59
mveDave Kreskowiak24-Apr-05 4:59 
QuestionHow to work with Medical equipments can anybody help Pin
monica2k23-Apr-05 14:24
monica2k23-Apr-05 14:24 
AnswerRe: How to work with Medical equipments can anybody help Pin
progload23-Apr-05 15:11
progload23-Apr-05 15:11 
GeneralRe: How to work with Medical equipments can anybody help Pin
Anonymous23-Apr-05 15:31
Anonymous23-Apr-05 15:31 
GeneralRe: How to work with Medical equipments can anybody help Pin
progload23-Apr-05 15:44
progload23-Apr-05 15:44 
GeneralRe: How to work with Medical equipments can anybody help Pin
Anonymous24-Apr-05 12:57
Anonymous24-Apr-05 12:57 
GeneralRe: How to work with Medical equipments can anybody help Pin
progload24-Apr-05 13:02
progload24-Apr-05 13:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.