Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: How and which programming language is used to program this ?

  1. #1
    w!ck3d's Avatar
    w!ck3d is offline Newbie
    Join Date
    Sep 2008
    Posts
    5
    Rep Power
    0

    Question How and which programming language is used to program this ?

    I'll start with an example .. Let's assume that i want to code a program that will do the following tasks..
    At 6:00 a.m, it will open Firefox, Go to Gmail, type in my username and password and once the mail is open, it will hit compose mail and then send an email to an email address of my choice.

    I know that some email providers can do that but i'm just giving an example. Which programming language(s) is used to program such a program or a bot ? and any ideas of where i know more about these type of programs ?

    I'm new to these forums and i didn't know where to post this, so if this isn't the appropriate forum, please be patient with me

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: How and which programming language is used to program this ?

    I think the easiest thing to do is to use AutoIt3.

  4. #3
    mbshinde78 is offline Newbie
    Join Date
    Sep 2008
    Posts
    19
    Rep Power
    0

    Re: How and which programming language is used to program this ?

    I think you can use Delphi 7 or higher to achieve this task.

  5. #4
    w!ck3d's Avatar
    w!ck3d is offline Newbie
    Join Date
    Sep 2008
    Posts
    5
    Rep Power
    0

    Re: How and which programming language is used to program this ?

    Quote Originally Posted by v0id View Post
    I think the easiest thing to do is to use AutoIt3.
    Thanks for your reply ... i'm trying AutoHotKey now .. and it's pretty cool .. i'll try Autoit3 later ..

  6. #5
    w!ck3d's Avatar
    w!ck3d is offline Newbie
    Join Date
    Sep 2008
    Posts
    5
    Rep Power
    0

    Re: How and which programming language is used to program this ?

    Quote Originally Posted by mbshinde78 View Post
    I think you can use Delphi 7 or higher to achieve this task.
    what's Delphi 7 ?

  7. #6
    tossy's Avatar
    tossy is offline Programmer
    Join Date
    Aug 2008
    Posts
    199
    Rep Power
    14

    Re: How and which programming language is used to program this ?

    Quote Originally Posted by v0id View Post
    I think the easiest thing to do is to use AutoIt3.
    I agree with v0id.
    Microsoft: "You've got questions. We've got dancing paperclips

  8. #7
    Jordan Guest

    Re: How and which programming language is used to program this ?

    Why would you want to load FF, type in the username/pass, compose an email? Why not just compose an email as a string and send it to the gmail SMTP server? It is senseless, IMO, to actually "type" the information onto an application when it can all be done silently.

  9. #8
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: How and which programming language is used to program this ?

    Quote Originally Posted by Jordan View Post
    Why would you want to load FF, type in the username/pass, compose an email? Why not just compose an email as a string and send it to the gmail SMTP server? It is senseless, IMO, to actually "type" the information onto an application when it can all be done silently.
    I was wondering the same thing. Moreover, it is probably easier to do it silently, then to load FireFox, type in the username/password, then compose the email.

  10. #9
    w!ck3d's Avatar
    w!ck3d is offline Newbie
    Join Date
    Sep 2008
    Posts
    5
    Rep Power
    0

    Re: How and which programming language is used to program this ?

    Quote Originally Posted by Jordan View Post
    Why would you want to load FF, type in the username/pass, compose an email? Why not just compose an email as a string and send it to the gmail SMTP server? It is senseless, IMO, to actually "type" the information onto an application when it can all be done silently.
    Well, that was just an example to simplify my question which is how to automate a process or stuff that we do repeatedly.
    But anyways .. could you explain more about how to compose an email as a string and send it over to an email server ?

  11. #10
    ooisootuck is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Malaysia
    Posts
    36
    Rep Power
    0

    Re: How and which programming language is used to program this ?

    Jordan,

    Would you please explain, I wish to know also.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What program or programming language should i use.
    By teambeam in forum General Programming
    Replies: 4
    Last Post: 05-04-2011, 02:36 PM
  2. Replies: 1
    Last Post: 05-04-2011, 11:23 AM
  3. ADA programming language?
    By Dyroxide in forum General Programming
    Replies: 3
    Last Post: 02-14-2009, 12:37 PM
  4. Replies: 1
    Last Post: 04-07-2008, 01:15 PM
  5. best programming language
    By Svraddict in forum General Programming
    Replies: 8
    Last Post: 09-29-2007, 09:38 AM

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