UIP and existing Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to use the UIP block with an existing form not derived from
WindowsFormView?

For example, can I place controls derived from WindowsFormControlView onto a
custom dialog and have them managed by the UIProcess classes without having
the dialog itself derived from WindowsFormView?

There are no examples in the QuickStarts to illustrate such a procedure, and
modifying the custom dialog code to inherit WindowsFormView is not an option.

Thanks,
Andrew.
 
No it's not possible.
All forms you want to use with the navigation have to be derived from the
WindowsFormView class.
 

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