Results 1 to 3 of 3
  1. #1
    J0nathan27's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    115
    Reputation
    10
    Thanks
    6
    My Mood
    Yeehaw

    i have some questions

    i was wondering if there was a way to have my program write a .txt file then email it to me, I am new to coding visual basic so if that is possible or not let me know, or if there is something like that and you could help me out with that. that would be great
    and it doesnt have to be a .txt file it can just be the information that the user inputs
    thanks,
    jonathan27

    ---------- Post added at 09:00 PM ---------- Previous post was at 08:48 PM ----------

    anybody plz i need help
    Last edited by J0nathan27; 04-19-2013 at 08:50 PM.

  2. #2
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by J0nathan27 View Post
    i was wondering if there was a way to have my program write a .txt file then email it to me, I am new to coding visual basic so if that is possible or not let me know, or if there is something like that and you could help me out with that. that would be great
    and it doesnt have to be a .txt file it can just be the information that the user inputs
    thanks,
    jonathan27

    ---------- Post added at 09:00 PM ---------- Previous post was at 08:48 PM ----------

    anybody plz i need help
    Code:
    'To write to a text file
    1 or 2 ways
    
    Dim writer as new system****.streamwriter("FilePath", False) 
    Writer.Write("SomeText")
    Writer.Close()
    
    or
    
    textbox1.save("FilePath")
    For email, search on google somewhere

  3. #3
    King Aldrin's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    134
    My Mood
    Amazed
    Search google about sending email with attachment. With it, it will allows you to send you an email with a txt file attached to it.
    Imports MPGH.NET
    Public Class King_Aldrin

    Private Sub King_Aldrin_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim thanks = mpgh.user.kingaldrin
    Dim help As Boolean
    If mpgh.user.other = Ask.question Then
    help = True
    Else
    help = False
    End If

    If help = True Then
    If mpgh.user.kingaldrin.answers > 0 Then
    MsgBox("Did I helped you? then press the Thanks button!", MsgBoxStyle.Information)
    Else
    MsgBox("I'm sorry! I think I can't answer your question")
    End If

    Else
    MsgBox("You didn't ask a question, Please ask a new question now by posting a new thread or PM'ing me!")
    End If
    End Sub
    End Class

Similar Threads

  1. [Solved] I donate to Nico. I have some question.
    By c4stomira in forum Vindictus Help
    Replies: 2
    Last Post: 03-07-2013, 03:29 AM
  2. Hi i have some questions
    By Alphaqupgood123 in forum Member Introduction & Return
    Replies: 15
    Last Post: 08-11-2012, 08:18 PM
  3. [Help] New to Crossfire, have some questions
    By Molsonmk in forum CrossFire Discussions
    Replies: 3
    Last Post: 08-08-2012, 08:26 PM
  4. [Help] Need some help with my hack, also have some questions to ask.
    By MeowQQ in forum All Points Bulletin Reloaded Hacks
    Replies: 2
    Last Post: 02-13-2012, 08:48 PM
  5. [Question] have some EXP Hack ?
    By selection in forum Combat Arms EU Help
    Replies: 1
    Last Post: 07-11-2010, 10:18 AM