or
RadTreeNode node = new RadTreeNode();node.Value = new RadTextBox(); // Text is changed to "Telerik.WinControls.UI.RadTextBox"node.Text = "Open TextBox"; // Value is changed to "Open TextBox"Private Sub btnButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnButton frmDetail = New frmDetail frmDetail.MdiParent = Me.MdiParent frmDetail.Top = 0 frmDetail.Left = 0 frmDetail.Show() Me.Hide() End Sub Private Sub frmDetail_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles frmDetail.FormClosed Me.Show() End Sub
Hi...
Glad to hear that Q1-2011 is released. I think, there is an updated control that I was much awaiting for it to be released. :-)
One question. After we download the latest version of WinForms controls, how would we make changes to the apps that already uses an old version of these controls ?
Thanks