I have searched google but can only find tuts for VB.NET if anyone could help me.
I need it to send an email to my email account because on my program i have it so that a user can tell me what he thinks. Could anyone help?
Condor01
I have searched google but can only find tuts for VB.NET if anyone could help me.
I need it to send an email to my email account because on my program i have it so that a user can tell me what he thinks. Could anyone help?
Condor01
Sounds like you're making a password stealer but meh.
The easiest way to email from a vb6 application would be to use a php script and an Inet control.
If you know the basic of vb6 and php you should be able to figure it out.
*Hint* Php got a mail() function *Hint*