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.
nmueggler - 19 Aug 2005 11:17 GMT
No it's not possible.
All forms you want to use with the navigation have to be derived from the
WindowsFormView class.
> Is it possible to use the UIP block with an existing form not derived from
> WindowsFormView?
[quoted text clipped - 8 lines]
> Thanks,
> Andrew.