I am writing a MDI program and I need to know how I can get the index of a MDI Child Form. Is there any possible way to do this in VB.NET 2005?
Creating the MDI Child Code:
Dim save As New frmSave save.txtExt.Text = ".txt" save.MdiParent = MdiParent save.Show()
NOTE: The form that this code is coming from is not the MDI Container.
Thank you for your help!


Reply With Quote
