RobCrombie
Programmer
I have been searching for the ' holy grail '
Code that would allow a user of your software, to click a button (or whatever), and send you an email.
I have found various VB pgms that do some of the following.
But no single one that does all of the following.
Opens their default email client (Shell & Mailto)
( thus he/she does not need to know the SMTP server address )
Can handle line breaks in the Body of the email
Can automatically attach a file, when opening the default email client
Has anybody here, seen my ' holy grail '
Just clarifying the above.
Say I develop a pgm and sell it to 50 people.
In the About Dialog, there would be a link to my email address.
If they click that link, then their default email program will open, with most of the fields filled in
(and perhaps with a file attached).
This way the user (of my pgm) does not need to know his/her own SMTP address.
Most eaxampes that I have found, require the user to type his/her own SMTP address, and most would not know it.
Rob
Code that would allow a user of your software, to click a button (or whatever), and send you an email.
I have found various VB pgms that do some of the following.
But no single one that does all of the following.
Opens their default email client (Shell & Mailto)
( thus he/she does not need to know the SMTP server address )
Can handle line breaks in the Body of the email
Can automatically attach a file, when opening the default email client
Has anybody here, seen my ' holy grail '
Just clarifying the above.
Say I develop a pgm and sell it to 50 people.
In the About Dialog, there would be a link to my email address.
If they click that link, then their default email program will open, with most of the fields filled in
(and perhaps with a file attached).
This way the user (of my pgm) does not need to know his/her own SMTP address.
Most eaxampes that I have found, require the user to type his/her own SMTP address, and most would not know it.
Rob