N
N.Naeem
(VB.NET newbie)
I need some help in writing a small application which continuosly searches for a file in a list of folders eg
C:\FS\101
\102
\103
...
...
When a file is found then the application should begin processing the file. And another version of the program should begin i.e. which continues searching.
So a scenario could occur that 3 files are found then 3 processes which deal with the file should run simultaneously and another to continue searching. etc
I think is is todo with MultiThreading but i am not sure where to start in vb.net.
Many Thanks
I need some help in writing a small application which continuosly searches for a file in a list of folders eg
C:\FS\101
\102
\103
...
...
When a file is found then the application should begin processing the file. And another version of the program should begin i.e. which continues searching.
So a scenario could occur that 3 files are found then 3 processes which deal with the file should run simultaneously and another to continue searching. etc
I think is is todo with MultiThreading but i am not sure where to start in vb.net.
Many Thanks