Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dialog box to attach files

Status
Not open for further replies.

joemaur

Programmer
Feb 24, 2002
17
BR
Hi people,

I'm building an application to send email messages and I'd like to know if someone here has an idea to open a dialog box to select files to attach the message.

since now, thank you.

José Maurício.
 
do a search on MSDN for the 'CommonDialog Control'

or search for the following API in
Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top