Discussion:
How add page and form at runtime to repository?
(too old to reply)
unknown
2007-11-15 12:33:45 UTC
Permalink
I'm sure this is easy, but have trouble finding the documentation (or
related posts):

How does one add a page and form to the repository at run-time (so,
during the registration of new components), so it shows up in the
"File", "New", "New items" dialog, as a tab (and forms under the tab)?

Thanks!

--
Erik Berry
2008-02-24 22:10:33 UTC
Permalink
Post by unknown
How does one add a page and form to the repository at run-time (so,
during the registration of new components), so it shows up in the
"File", "New", "New items" dialog, as a tab (and forms under the tab)?
Implement IOTARepositoryWizard/IOTARepositoryWizard60/IOTARepositoryWizard80
and register that object using IOTAWizardServices.AddWizard or
RegisterPackageWizard. You set the tab name using
IOTARepositoryWizard.GetPage. IOTAFormWizard can add new forms.

Erik

Loading...