VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Mailto: (98/NT/2000 compatible)

by Tim Kent (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

A very simple program that opens a new message in Outlook/Outlook Express (may work on others but not tested) addressed to whatever you enter in the text box. Submitted because other examples didn't work with NT/2000. This one does

Assumes
Used the shell32 api call
API Declarations
Public 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

Rate Mailto: (98/NT/2000 compatible)

Download Mailto: (98/NT/2000 compatible)

Download Mailto: (98/NT/2000 compatible) (2 KB)

Mailto: (98/NT/2000 compatible) Comments

No comments have been posted about Mailto: (98/NT/2000 compatible). Why not be the first to post a comment about Mailto: (98/NT/2000 compatible).

Post your comment

Subject:
Message:
0/1000 characters