or
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