Click here to Skip to main content
15,917,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionImporting system classes Pin
directred20-Nov-06 4:02
directred20-Nov-06 4:02 
AnswerRe: Importing system classes Pin
Colin Angus Mackay20-Nov-06 4:38
Colin Angus Mackay20-Nov-06 4:38 
GeneralRe: Importing system classes Pin
secortez20-Nov-06 7:33
secortez20-Nov-06 7:33 
GeneralRe: Importing system classes Pin
Colin Angus Mackay20-Nov-06 8:59
Colin Angus Mackay20-Nov-06 8:59 
QuestionCheck for new files... :( Pin
dan_cleverclover20-Nov-06 1:36
dan_cleverclover20-Nov-06 1:36 
AnswerRe: Check for new files... :( Pin
nlarson1120-Nov-06 2:58
nlarson1120-Nov-06 2:58 
NewsRe: Check for new files... :( Pin
dan_cleverclover20-Nov-06 3:02
dan_cleverclover20-Nov-06 3:02 
QuestionWhich settings? Pin
dan_cleverclover20-Nov-06 3:23
dan_cleverclover20-Nov-06 3:23 
This is what i've got so far

I've included the Filesystemwatcher as a control in design view. I'm not really gonna be changing the settings for it in runtime.

The properties are:

EnableRaisingEvents: True
Filter: *.jpg
GenerateMember: True
IncludeSubdirectories: false
Modifiers: Friend
NotifyFilter: Filename, DirectoryName, LastWrite
Path: c:\temp

so i went into the code view and brought up the mFolderWatch event 'create'
i put a simple msgbox(e.name) in there so i could see how it works, but the event never occurs. I'm copying an existing jpg so maybe that's why, but i've tried creating a jpg from psp and it still doesn't call the event, do i have it set up incorrectly? I think it might have something todo with notifyfilter?



AnswerRe: Which settings? Pin
dan_cleverclover20-Nov-06 3:29
dan_cleverclover20-Nov-06 3:29 
QuestionStoring the filenames? Pin
dan_cleverclover20-Nov-06 3:39
dan_cleverclover20-Nov-06 3:39 
QuestionPlaying a Video Pin
jady8420-Nov-06 0:16
jady8420-Nov-06 0:16 
AnswerRe: Playing a Video Pin
Christian Graus20-Nov-06 8:57
protectorChristian Graus20-Nov-06 8:57 
GeneralRe: Playing a Video Pin
jady8420-Nov-06 12:18
jady8420-Nov-06 12:18 
GeneralRe: Playing a Video Pin
Christian Graus20-Nov-06 12:23
protectorChristian Graus20-Nov-06 12:23 
QuestionDataGridVeiw - Number Row Headers Automatically Pin
RichardBerry19-Nov-06 23:26
RichardBerry19-Nov-06 23:26 
QuestionList SQL Server and Databases on Network Pin
RichardBerry19-Nov-06 21:36
RichardBerry19-Nov-06 21:36 
QuestionDate and time Pin
Subjugate19-Nov-06 21:00
Subjugate19-Nov-06 21:00 
AnswerRe: Date and time Pin
MatrixCoder19-Nov-06 21:11
MatrixCoder19-Nov-06 21:11 
GeneralRe: Date and time Pin
Subjugate19-Nov-06 22:16
Subjugate19-Nov-06 22:16 
GeneralRe: Date and time Pin
MatrixCoder19-Nov-06 22:37
MatrixCoder19-Nov-06 22:37 
AnswerRe: Date and time Pin
momooomooomomo19-Nov-06 21:22
momooomooomomo19-Nov-06 21:22 
Questionwav file problems Pin
MikeMarq19-Nov-06 20:10
MikeMarq19-Nov-06 20:10 
AnswerRe: wav file problems Pin
MatrixCoder19-Nov-06 20:26
MatrixCoder19-Nov-06 20:26 
GeneralRe: wav file problems Pin
MikeMarq19-Nov-06 20:42
MikeMarq19-Nov-06 20:42 
GeneralRe: wav file problems Pin
MatrixCoder19-Nov-06 20:48
MatrixCoder19-Nov-06 20:48 

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.