TheProfezzor
Newcomer
- Joined
- Nov 20, 2012
Hello,
Currently working on a fairly simple forms application. Since I am a complete newbie, I can't figure out even simple stuff. I would appreciate any help in this regard. This is what I intend to do:
I know my wish list is huge. But, I learn fast. I require some guidance and I can code along the way. Considering that I am a total noob at .Net, please mention the solution in a layman's terms.
Note: I am coding this on "Visual Studio .Net 2012"
Thanks & Regards
Currently working on a fairly simple forms application. Since I am a complete newbie, I can't figure out even simple stuff. I would appreciate any help in this regard. This is what I intend to do:
- A small application that pings a list of servers.
- The list is stored in a Access mdb file.
- When the application pings the PC's in a loop, it looks for any PC that's offline.
- If counts the PC's that are offline and those which are online and reflects that count separately onto two labels somewhere on the form.
- Plus, it should log the event if it sees that any PC was unreachable. The logging should be done in that AccessDB file, but in a separate table. Logging the time and the PC name is enough for this.
- There could be a button on the form, from where I can pull the logs to a grid of some sort.
- On every offline event, the application should email the name of the offline PC, to a particular list of recipients. This list is also present in a separate table in the AccessDB file.
- I plan to embed crystal report in it. Which can generate a report on demand, according to the filters that I set in the report. i.e. PCName, Date etc.
I know my wish list is huge. But, I learn fast. I require some guidance and I can code along the way. Considering that I am a total noob at .Net, please mention the solution in a layman's terms.
Note: I am coding this on "Visual Studio .Net 2012"
Thanks & Regards