I created a new form placed a button on it, inside the button click event i placed the following code.
Dim pform As New C1.Win.C1Ribbon.C1RibbonForm pform.ShowDialog()
The new form that is created and displayed does not look correct. The form title bar is messed up.