Hi..
Jeg fandt denne kode :
prøv denne...
mvh pjl
: Devil
'Author's email: Devil_v1@hotmail.com
'Date Submitted: 1/17/1999
'Compatibility: VB 6,VB 5,VB 4/32
'Task: Use this to send an email to somebody....
'Declarations
Private Declare Function ShellExecute Lib "shell32.dll" Alias
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal
lpFile
As String, ByVal lpParameters As String, ByVal lpDirectory As String,
ByVal nShowCmd As Long) As Long
Private Const SW_SHOW = 5
'Code:
ShellExecute hwnd, "open", "mailto:vbcode@vbcode.com",
vbNullString, vbNullString, SW_SHOW
Elmefaard wrote:
> Hvordan sender man en e-mail direkte fra sit program?
>
> VH Thomas
|