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.
 
Back
Top