Closed Thread
Results 1 to 3 of 3

Thread: C# textfile for license

  1. #1
    Siten0308's Avatar
    Siten0308 is offline Programming Professional
    Join Date
    Jun 2008
    Location
    California, USA
    Posts
    302
    Rep Power
    16

    Question C# textfile for license

    Hello,

    Simple but stuid question, i am working with this one guy right now, and he wants to be able to when the user installs a program and first launches the program to pop-up a box and notify the user that hey send this textfile to this email address to have the software work before using, anyone know how to do that or know a place that can do that? OR when a user goes to install the software using a wizard, it would be cool for the user to get a window or pop-up saying hey send this text file to this email address to get the software working... do you know anything on how to do that?
    Its only funny till someone gets hurt.... THEN ITS HILARIOUS

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jan 2010
    Posts
    6
    Rep Power
    0

    Re: C# textfile for license

    Uhh, I don't fully understand your question.
    Do you want a textfile to be sent before the install wizard proceeds?

    Can't you just write a while loop to prompt the user to send the text file and not proceed until the file is sent?

  4. #3
    lobo521 is offline Learning Programmer
    Join Date
    Jan 2010
    Posts
    57
    Rep Power
    8

    Re: C# textfile for license

    You can send emails by C# SmtpClient class. After sending mail you can write information that was sent in some property file or database. Each time when you start app you can check this file/db.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Autoclick from TextFile
    By jgraham95 in forum C# Programming
    Replies: 1
    Last Post: 03-07-2011, 06:01 PM
  2. splitting up a textfile
    By Shaddix in forum Java Help
    Replies: 10
    Last Post: 06-14-2009, 09:12 AM
  3. load textfile to richtextbox
    By Siten0308 in forum C# Programming
    Replies: 3
    Last Post: 04-24-2009, 10:34 AM
  4. [C] change content of a 'textfile
    By skelesp in forum C and C++
    Replies: 2
    Last Post: 07-31-2008, 08:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

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