On this page is a Visual Basic program I built for a center I was working at for AT&T. In this center we were assigned pieces of equipment that we were responsible for; we worked on trouble tickets, these tickets were associated to these pieces of equipment. To determine if we had a ticket, everyone in the center would view a webpage every 15 minutes or so and see if our assigned equipment was listed there. I built this program to automatically read the webpage check it against a list of of each individual's assigned equipment, and send an alert if you got a trouble ticket.
Following is a picture of the main window and afterwards is the code for this window.
Following is a picture of the options window and afterwards is the code for this window. This window sets user preferences; for example if a window opens when you get a trouble ticket, or if an alert is sent for certain ticket types.
Following is a picture of the large alert window and afterwards is the code for this window. This window fills the computer screen when a trouble ticket is found filling the options criteria.
Following is a picture of the small alert window and afterwards is the code for this window. This window is a small dialog box that opens when a trouble ticket is found filling the options criteria.