I developed an application that uses our email system to send text pages through our paging company. I want to leverage this with alerts we get from antoher system that monitors our servers and send the text directly to the pager. The system can do this anyway but I want to use the application I developed so I can query the technical person on call for that night and page them.
Anyhow, this monitoring application will save the alert text to a file (possibly even to an ODBC database which I have to check). It will also launch an exe of our choice. I would like to be able to launch my paging application but at the same time pass in the text generated by the alert.
Is this getting into constructors which VB6 doesn’t do real well or is there some other method that would make this possible?