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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top