Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Help Anybody???? I want to open a new E-Mail message and attach a file to it. I use the following command to open a new message.... (ShellExecute hwnd, "open", "mailto:who@what.net", vbNullString, vbNullString, SW_SHOW)
But how can I add a file to this newly opened message?? Thanks for your help, Kevin
Summary: Hello ! how can i send an e-mail with VB6 ? What i'm trying to do is when I click in a picture she starts Outlook Explorer (for example). Does anybody know how to do that ? Thank you ...
Summary: I want to open a new E-Mail message and attach a file to it. I use the following command to open a new message.... (ShellExecute hwnd, "open", "mailto:who@what.net", vbNullString, vbNullString, SW_SH...