Help! I need help!

im trying to find out a way so then when somone uses my program to fill out a form and press a button, all the info would come to me by email. I have visual basic and visual c++ (both version6) Please i need help finding the code!

Comments

  • : im trying to find out a way so then when somone uses my program to fill out a form and press a button, all the info would come to me by email. I have visual basic and visual c++ (both version6) Please i need help finding the code!
    :
    If you need it only the first time, use the form_load event to load and display the data form with the info for your email. In that data form, you use a webservice. You can use your registry to check if the user starts the program the first time.

    If you need the data form to show up each time, just set it up as your startup object. Use a webservice to get the mailing done. If everything is done, you load the main form of your program.
    Greetz!

    Bart
    Make fun of your life ;-)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion