> Is there a way to create an email button user control that when
> clicked, opens a user's email client and populates the to: field with
> a specified email address and attaches the document to the email??
> Not sure if this was possible?
Yes and no. Depends on the client. Most don't support attachments in that
manner, though Outlook does. What you do is the same as for any other
hyperlink, by calling it with ShellExecute. See
http://vb.mvps.org/samples/HyperJmp for an example, if you're unfamiliar.
So, to do a mail link, it'd be something like:
mailto:sballmer@microsoft.com?subject=Support%20ClassicVB!&cc=bgates@microsoft.com
But, as I said, very few clients will act on the &attachment parameter.

Signature
Working without a .NET?
http://classicvb.org/