Advertisement

Results for "Author: cybsoft"

2002ASP #6910
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

2002ASP #6911
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

2002ASP #6912
DirGuard deLuxe

Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)

2002C #15514
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

2002C #15515
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

2002C #15516
DirGuard deLuxe

Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)

2002VB #24118
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

2002VB #24119
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

2002VB #24120
DirGuard deLuxe

Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)

ASP_Volume2 #35631
DirGuard

I needed to guard a (network) drive/directory for changes made by users so i made this small tool. You can select a directory, set a update/refresh time and let the program monitor all additions and deletions in this directory. Changes are put in a logfile that can be printed. Try this on your Windows\temp directory or temporary internet files directory and be amazed by the amount of temp-files some programms make.

ASP_Volume2 #35640
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

ASP_Volume2 #36000
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

ASP_Volume2 #36347
DirGuard deLuxe

Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)

ASP_Volume2 #36712
Solving "Could not find Installable ISAM" error

How to avoid / solve the "could not find installable ISAM error" in VB

ASP_Volume3 #57222
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

ASP_Volume3 #57223
DirGuard

I needed to guard a (network) drive/directory for changes made by users so i made this small tool. You can select a directory, set a update/refresh time and let the program monitor all additions and deletions in this directory. Changes are put in a logfile that can be printed. Try this on your Windows\temp directory or temporary internet files directory and be amazed by the amount of temp-files some programms make.

ASP_Volume3 #57224
Solving "Could not find Installable ISAM" error

How to avoid / solve the "could not find installable ISAM error" in VB

ASP_Volume3 #57225
DirGuard deLuxe

Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)

ASP_Volume3 #57226
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

C_Volume2 #76693
DirGuard

I needed to guard a (network) drive/directory for changes made by users so i made this small tool. You can select a directory, set a update/refresh time and let the program monitor all additions and deletions in this directory. Changes are put in a logfile that can be printed. Try this on your Windows\temp directory or temporary internet files directory and be amazed by the amount of temp-files some programms make.

Languages
Top Categories
Global Discovery