VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Allows the attachment of more than one file to an email message, selected from a file list box.

KA Bucci  (2 Submissions)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Wed 23rd February 2000   Mon 8th February 2021

Allows the attachment of more than one file to an email message, selected from a file list box.

API Declarations


'*** Module Level Code for Array***
Type Attach
Acount As Integer
Aname As String
Aposition As Integer
Apath As String
End Type

Global Attachments(1 To 10) As Attach
Global Counter

Rate Allows the attachment of more than one file to an email message, selected from a file list box. (2(2 Vote))
Allows the attachment of more than one file to an email message, selected from a file list box..bas

Allows the attachment of more than one file to an email message, selected from a file list box. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters