Showing a win control inside GoView

I have an existing windows control that I want to host and show inside a GoView in it’s existing form – without rewriting the control and deriving it from a GoObject. Is it possible to do that ?

Yes. Look at GoControl, and samples that use that.

Thanks for the the quick reply! The two samples for the GoControl - RichText and RectangleWithCheckBox - deal with editing of a GoObject. May be I am missing something here. But, are there any examples of placing an independent userControl on GoView?

Try these samples: