So I’ve been asked by a couple of people how I managed to autofill a new HP Service Manager Service Ticket. This is what my company uses for service ticket handling and what not. The IRIS program is able to auto-submit tickets when a device fails a certain amount of times. Here’s the code!
Public Class serviceTicketForm
Dim numFramesLoaded As Integer = 0
Dim storeName As String = "&a [Continue Reading]
Introduction: I often see many people asking how to do a ‘ping’ in VB.NET. It is actually quite simple and I utilize it in my IRIS project. This tutorial will teach you how to ping a network device and view the pings’ results.
What you will need: Any version of Visual Studio (Express is fine), a few free minutes and your energy drink of choice.
First, what does it mean to “ping?” A p [Continue Reading]
Ok, so in the race to compete with the highly-paid “solutions provider” my company has hired… actually let me precede that sentence with some history… Company I work for has hired a software developer to develop a set of applications that are aimed to integrate with our DVR vendor’s hardware. These applications include a Status monitoring tool for determining the DVR’s online an [Continue Reading]
IRIS
By Steve | May 13, 2009
First Post!
I’ll be updating this with details from my IRIS project that I’m working on. In short, IRIS is a network device monitor I’m creating in VB.NET. The goal is to be able to monitor network device’s online or offline status utilizing a simple ‘ping’. This tool will be useful for IS or other System Administrators that occasionally find the need to see if a server is
