Results 1 to 9 of 9

Thread: program which would intimate the programs authors

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    program which would intimate the programs authors

    Hello

    I wanted to write a module which would send an email to the author, indicating that the program has been accessed.

    This is a request from my management. they want to know how popular our program is. if it cant be done it is OK but it can my team will get another star on our shoulders

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: program which would intimate the programs authors

    Author of what?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    26

    Re: program which would intimate the programs authors

    it can be done!

    you must read the RFC for SMTP. use a socket control . and a smtp server( you can use the sever where you have the email)
    U`ll Never Get To HEAVEN If U`re Scared Of Gettin` HIGH

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Re: program which would intimate the programs authors

    i have done a bit of socket programming for windows

    aren't there pre-defined functions in VB
    e.g. methods of the winsock object?

  5. #5
    Junior Member
    Join Date
    Oct 2004
    Posts
    26

    Re: program which would intimate the programs authors

    here you have an example... hope you understad....
    Attached Files Attached Files
    U`ll Never Get To HEAVEN If U`re Scared Of Gettin` HIGH

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Re: program which would intimate the programs authors

    thanks for the program dude

  7. #7
    Lively Member
    Join Date
    May 2005
    Posts
    90

    Re: program which would intimate the programs authors

    I generally prefer to do something like the following:

    set up a free (I think it's "student") account at brinkster.com and set up a basic asp page to write page visits made from a certain ASP page (you'll write the asp code) to a txt file. You can e-mail [email protected] for my own code example (I'm at school - can't get it to copy/paste).

    This way, you setup an INET control and just get the html page, this works great for update notices. ie: your app gets ....brinkster.com/bleh/v.asp?myver=1 and the ASP script "knows" that the latest version is 2, so it writes a certain bit of data to the page that your app will display in a messagebox.

    Just slightly nicer to have than SMTP
    ^_^

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Re: program which would intimate the programs authors

    hey i tried to open the project and i got the following message

    UNable to set the version compatiable component: d:\mailing program\winsock mail\Mailer.dll

  9. #9
    Junior Member
    Join Date
    Oct 2004
    Posts
    26

    Re: program which would intimate the programs authors

    open the *.vbg not *.vbp
    U`ll Never Get To HEAVEN If U`re Scared Of Gettin` HIGH

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