outlook controls with attachments

  • Thread starter Thread starter Dasha
  • Start date Start date
D

Dasha

Hi!
I have custom post form. When I add attachments to this form I can see
them in message field as links, also I can click and open them. Can do
the same things with any other control? I want to past these links to
attachments into different pages depending on their type. Can you
please help me?

Thanks,
Dasha
 
No, you can only have one Notes control on a form. What you can do instead
is insert hyperlinks to these attachments in the message body:

file://C:\MyFile.txt
 
But then I have a new problem:
How can I use open dialog to let users to select files to be added?
 
You can put a CommonDialog control on the form or use some Win32 API calls to
present the user with a select files dialog.
 
Back
Top