ecojohnson
Programmer
I have two separate apps that I am trying to combine into one app. The first app is just a standard winsock app. The second application is a simple SMTP app.
The goal of combining the two is this: if the first app creates an error, I want to send an e-mail using the SMTP app. So, on the first app, I am adding two new fields, an IP address for the SMTP server and a e-mail address. Once an error occurs, I would send off the e-mail using the IP and e-mail address entered on the first app.
I am extremely new at VB. Is there any guildelines, or any helpful hints on how to begin this process? I have absolutely no idea on how to even start melding these two apps together. Any ideas are much appreciated.
Also, if you need the code, I am more than happy to provide it. I just didn't include it since it's rather long and complicated. But, if I need to provide it to get help, I'm more than happy to.
The goal of combining the two is this: if the first app creates an error, I want to send an e-mail using the SMTP app. So, on the first app, I am adding two new fields, an IP address for the SMTP server and a e-mail address. Once an error occurs, I would send off the e-mail using the IP and e-mail address entered on the first app.
I am extremely new at VB. Is there any guildelines, or any helpful hints on how to begin this process? I have absolutely no idea on how to even start melding these two apps together. Any ideas are much appreciated.
Also, if you need the code, I am more than happy to provide it. I just didn't include it since it's rather long and complicated. But, if I need to provide it to get help, I'm more than happy to.