CRhinoUiModelessDockingDialog

Hi,

Does somebody know how to use the ‘CRhinoUiModelessDockingDialog’ class ?
I have’nt found any sample on it… and I don’t find the way to show a ‘CRhinoUiModelessDockingDialog’ on screen…
What’s th better appraoch ?

Regards
FT

Here is a sample project worth reviewing:

https://github.com/mcneel/Rhino5Samples_CPP/tree/master/SampleTabbedDockBar

Let me know if you have any questions.

– Dale

Since you are coding in C++, you’d probably use MFC’s CTabCtrl.

https://msdn.microsoft.com/en-us/library/ks0d21tt(v=vs.100).aspx

Perhaps I need more information to be helpful. What are you trying to do and why? Feel free to post images or diagrams to make your point.

Thanks,

– Dale