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
:sick: :sick: :sick:
Re: please any network programmer please help
VB Code:
Imports System.Web.Mail
StmpMail.SmtpServer = "localhost"
SmtpMail.Send(listbox1.SelectedValue,listbox2.SelectedValue,someSubjectText,someMessageText)
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.
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????
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.