Replace question(Self resolved)
First of all I Use VB6, my question is this
Lets say I have a text box(multiline).
and I want to find <IP> in the text box and replace it so
it reads a new set of chars like 000.000.000.000 from a different text box..
So FTP://<IP> looks like this FTP://000.000.000.000
Any Takers....
Basicly I'm reading the text box to a string find the <IP> replace them with a IP address and emailing it to the person who request it...
What I'm attempting to do is create a program that monitors my Internet IP and listen for emails that request my ip and sent it to
the email address that requested it....
It's just a little project for personal use. I have a few friends that uplaod to and from my ftp site and this will keep me from having to pay for a redirect service and dot com.....
I ahve it working just fine but thought it would look better if I create a link inside the email from the ip.
Thanks for any Idea's.....