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 DeclarationsPublic 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