User Profile

Collapse

Profile Sidebar

Collapse
frank1730
frank1730
Last Activity: Sep 12 '07, 08:13 PM
Joined: Sep 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • frank1730
    started a topic Understanding a code -vb 2005

    Understanding a code -vb 2005

    I'm using VB2005 and am trying to make the text of 2 textboxes send to my email when the user clicks on a button below. I found this code online but I am not sure about the objMessage part and the entire first line.

    Set objMessage = CreateObject("C DO.Message")
    objMessage.Subj ect = "Subject"
    objMessage.Send er = "EmailAddress@D omain.com"
    objMessage.To = "EmailAddress@D omain.com"...
    See more | Go to post

  • Sending user's inputted information from textbox to e-mail using vb 2005

    Hi all, I have created a program on vb 2005 where the user can input their information into 2 textboxes and then submit the information by clicking on a button under the text boxes. The idea of this program is to collect user information so I was wondering if it was possible to send the information to my e-mail address or somewhere else where I could possibly receive it, thank you for your help.
    See more | Go to post
No activity results to display
Show More
Working...