How to Open Form from VB 6 Application

  • Thread starter Thread starter Mark Adams
  • Start date Start date
M

Mark Adams

My scenario is that a user opens a form in MS Outlook, enters som
information on the form, then saves the form to a file using th
File/Save As method.

I need to be able to open that saved form from a VB6 application, rea
the data on the form and save the data to a text file.

I'm not sure how to open the form from VB6.

Thanks for your hel
 
Form or item? Form is the display template, which may have code behind it.
Item is the data record.

How you can access the saved file, which is a copy of the original item's
data record, will depend on what file format the user chose during File |
Save As.
 
Back
Top