Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score Re: Sending email
k_zeon - 24 Apr 2009 1:01 PM - 3 messages
Hi At present I have a program with Tasks. Once a Task is complete/Updated , the person who created the tasks gets sent an email. I have a basic Winsock code  that sends using a mail server. As it is being used inside a Local Network, this is set to 192.168.0.2 and ...
Score Is using raw, uncooked Winsock so bad?
MM - 23 Apr 2009 10:44 AM - 5 messages
My "mini newsreader" is coming along nicely, but nevertheless I was Googling for NNTP ideas, then suddenly decided to whack some minimal code into a new VB6 app: Option Explicit Private Sub cmdConnect_Click()     sock.RemoteHost = "news.zen.co.uk" ...
Next » 2 3 4 5 6 7 8 9 10