/ Forside / Teknologi / Udvikling / VB/Basic / Nyhedsindlæg
Login
Glemt dit kodeord?
Brugernavn

Kodeord


Reklame
Top 10 brugere
VB/Basic
#NavnPoint
berpox 2425
pete 1435
CADmageren 1251
gibson 1230
Phylock 887
gandalf 836
AntonV 790
strarup 750
Benjamin... 700
10  tom.kise 610
Sende e-mail
Fra : Elmefaard


Dato : 17-02-01 19:57

Hvordan sender man en e-mail direkte fra sit program?

VH Thomas



 
 
Per (17-02-2001)
Kommentar
Fra : Per


Dato : 17-02-01 23:03

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


Søg
Reklame
Statistik
Spørgsmål : 177551
Tips : 31968
Nyheder : 719565
Indlæg : 6408825
Brugere : 218887

Månedens bedste
Årets bedste
Sidste års bedste