Click here to Skip to main content
16,006,707 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCursor Image Pin
Peter B12-Apr-06 6:16
Peter B12-Apr-06 6:16 
AnswerRe: Cursor Image Pin
Dave Kreskowiak12-Apr-06 15:07
mveDave Kreskowiak12-Apr-06 15:07 
GeneralRe: Cursor Image Pin
Peter B13-Apr-06 2:13
Peter B13-Apr-06 2:13 
GeneralRe: Cursor Image Pin
Dave Kreskowiak13-Apr-06 2:24
mveDave Kreskowiak13-Apr-06 2:24 
QuestionProblens using shell for ICQ in VB Pin
misabe12-Apr-06 6:14
misabe12-Apr-06 6:14 
AnswerRe: Problens using shell for ICQ in VB Pin
Dave Kreskowiak12-Apr-06 15:00
mveDave Kreskowiak12-Apr-06 15:00 
QuestionMonitoting File System Pin
alexfromto12-Apr-06 5:28
alexfromto12-Apr-06 5:28 
AnswerRe: Monitoting File System Pin
Dave Kreskowiak12-Apr-06 5:58
mveDave Kreskowiak12-Apr-06 5:58 
What you want is a bit impractical. The FileSystemWatcher isn't meant to watch entire drives or large numbers of subfolders. It's performance also suffers when you try to us it acrossed a network.

Basically, you're looking for something like FileMon[^] from SysInternals.com. This would have to run on the server itself, so you'd have to evaluate if the performance impact will be acceptable. At the bottom of the page, there is a link to buy the Enterprise version which will monitor remote file systems AND log any activity you want to a file.

Be VERY careful with this. You can generate a HUGE log file if you have it monitor too much stuff at once.



Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Monitoting File System Pin
alexfromto12-Apr-06 6:10
alexfromto12-Apr-06 6:10 
QuestionI have make a extention .XYZ opened by my application ... Pin
cylix200012-Apr-06 4:43
cylix200012-Apr-06 4:43 
AnswerRe: I have make a extention .XYZ opened by my application ... Pin
Dave Kreskowiak12-Apr-06 6:05
mveDave Kreskowiak12-Apr-06 6:05 
GeneralRe: I have make a extention .XYZ opened by my application ... Pin
cylix200012-Apr-06 13:35
cylix200012-Apr-06 13:35 
GeneralRe: I have make a extention .XYZ opened by my application ... Pin
Dave Kreskowiak12-Apr-06 14:53
mveDave Kreskowiak12-Apr-06 14:53 
QuestionHow to convert Currency String to Decimal? Pin
pkruger12-Apr-06 3:09
pkruger12-Apr-06 3:09 
AnswerRe: How to convert Currency String to Decimal? Pin
J4amieC12-Apr-06 3:13
J4amieC12-Apr-06 3:13 
AnswerRe: How to convert Currency String to Decimal? Pin
pkruger12-Apr-06 23:48
pkruger12-Apr-06 23:48 
QuestionCrystal Reports Pin
microuser_200012-Apr-06 2:59
microuser_200012-Apr-06 2:59 
AnswerRe: Crystal Reports Pin
albCode12-Apr-06 3:50
albCode12-Apr-06 3:50 
AnswerRe: Crystal Reports Pin
ytithorcle14-Apr-06 18:40
ytithorcle14-Apr-06 18:40 
QuestionQuery Parameters and Regular Expression Pin
Danilo Corallo12-Apr-06 2:38
Danilo Corallo12-Apr-06 2:38 
AnswerRe: Query Parameters and Regular Expression Pin
J4amieC12-Apr-06 3:10
J4amieC12-Apr-06 3:10 
GeneralRe: Query Parameters and Regular Expression Pin
Danilo Corallo12-Apr-06 3:16
Danilo Corallo12-Apr-06 3:16 
QuestionAdvanced / Show Details form Pin
harristonian11-Apr-06 23:30
harristonian11-Apr-06 23:30 
AnswerRe: Advanced / Show Details form Pin
CWIZO12-Apr-06 0:25
CWIZO12-Apr-06 0:25 
QuestionHow to add only numeric values to a textbox control Pin
nagalakshmibasireddy11-Apr-06 21:15
nagalakshmibasireddy11-Apr-06 21:15 

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.