Results 1 to 5 of 5

Thread: Source code for renaming a file? VB6

  1. #1
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question Source code for renaming a file? VB6

    Do any of you know what the source code for renaming a file or a folder is?
    And also do you know to get a button to send an email to you. For example, in TextBox1 it says: Hello email test. Then above it theres a button called "Send Email" how would I make it so the Send Email button sends an email to my email address with the body of the email saying "Hello email test" or what it says in the Textbox1.

    Does anyone understand me? VB6 btw.

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
     Name "c:\file.txt" As "c:\file1.txt"
    Google sending email via VB6.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  3. #3
    Join Date
    Oct 2008
    Posts
    695
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Code:
     Name "c:\file.txt" As "c:\file1.txt"
    Google sending email via VB6.
    That's batch for ya
    Siggy is out, sry fellas :/

  4. #4
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Code:
     Name "c:\file.txt" As "c:\file1.txt"
    Google sending email via VB6.

    Thanks for the code Now to make my program !

  5. #5
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

Thread Information

Users Browsing this Thread

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

Posting Permissions

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