Results 1 to 5 of 5

Thread: please any network programmer please help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    112

    Post please any network programmer please help

    please anyone i need help......................

    my teacher assigned all of us projects to do
    some sort of alert system

    it send emails out to the email addresses in the listbox

    i don't know networking yet
    i am not that good yet

    i search around the web for a source code to a emailer but no luck
    can someone please help me out

    i just need the code for these


    subject box
    message box
    email address listbox *need it to save it to a text file*
    email address addtextbox

    save button
    add email address listbox
    delete address from listbox
    also it will use a server listed like pop.hotmail.com in the programming not the gui

    please i know this is kinda cheating but i am one step away from killing my computer

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: please any network programmer please help

    VB Code:
    1. Imports System.Web.Mail
    2.  
    3. StmpMail.SmtpServer = "localhost"
    4. SmtpMail.Send(listbox1.SelectedValue,listbox2.SelectedValue,someSubjectText,someMessageText)

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: please any network programmer please help

    I doubt you'll find anyone who would do the whole thing for you, but if you post some code with a question or two, we'll help you along.

    Nemaroller's post is one piece to the puzzle. Many people will give you pieces, many will show how different pieces go together, but nobody is likely to complete the puzzle.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    112

    Unhappy Re: please any network programmer please help

    Quote Originally Posted by Shaggy Hiker
    I doubt you'll find anyone who would do the whole thing for you, but if you post some code with a question or two, we'll help you along.

    Nemaroller's post is one piece to the puzzle. Many people will give you pieces, many will show how different pieces go together, but nobody is likely to complete the puzzle.
    i don't have any code except the GUI
    i don't know network programming

    in class the past few days we were doing database programming then all of a suddent -network programming-

    how do i cancel my membership on vbforums????

  5. #5
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: please any network programmer please help

    well the only thing that has to do with network programming will be what nemaroller said.

    I doubt anyone here, or on any forum will do the assignment for you.

    You could try RentACoder.com but It will cost you.

    It's a pretty simple assignment that shouldn't take more than half an hour.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

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