CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    2

    C++ E-Registration SDK


    I am creating some software and would like to automate the registration process. Does anyone know of a good SDK/toolkit for automating registration of software. I don't need the auth key, I need the user to enter their name, address, etc and have the program send it to our servers through email, internet, fax, etc.

    Any thoughts?

    Thanks,
    Aaron Shepherd

    Aaron Shepherd, CEO
    dotCool, Inc. www.dotCool.com
    "Cool Websites the Easy Way"

  2. #2
    Join Date
    Apr 1999
    Posts
    72

    Re: C++ E-Registration SDK

    Aaron-
    Not really sure if this will help, but what I would try to do is somehow save the info your end users have entered in editboxs to a file (.txt) then use CInternetSession to send the file to your servers. You would have to make the file different from other computers, so try to get the serial number of their CPU and name the file that.

    Not sure if that will help, I am still just learning to program applications (I am a game programmer!) and don't know much.

    Hope it helps!
    Nathan Strandberg
    Dira Productions, Inc.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured