K
Keith Kowalski
I am new to programming, I am trying to create a windows form using vb.net
to do the following.
I want to monitor a multiple number of directories (Local, and Network), I
need to somehow add these locations to a listbox along with another column
of # of files.
When the specific directory reaches that file number it will send an email
to admin.
All I need is the best way to start this, I think I can use ListView, but
can't seem to get multiple columns to show up, Or do I use a datagrid?
Also do I need to store this info anywhere, because directories can be added
or removed at any time.?
Please let me know the best way to get started, I should be able to figure
out the code myself, I already know how to write the code to send the email.
Thanks in advance for your Help.
~ME
to do the following.
I want to monitor a multiple number of directories (Local, and Network), I
need to somehow add these locations to a listbox along with another column
of # of files.
When the specific directory reaches that file number it will send an email
to admin.
All I need is the best way to start this, I think I can use ListView, but
can't seem to get multiple columns to show up, Or do I use a datagrid?
Also do I need to store this info anywhere, because directories can be added
or removed at any time.?
Please let me know the best way to get started, I should be able to figure
out the code myself, I already know how to write the code to send the email.
Thanks in advance for your Help.
~ME