dannosliwcd
unread,May 12, 2008, 5:19:01 PM5/12/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
It may return null if it doesn't have any mdi children, but it doesn't
let me test to see if it is in an if statement. Though it turns out I
ran across the answer in a different problem I was working on. It
turns out that the mdi children are stored as an array, so I can check
to see if frmMainForm.MdiChildren.Length < 0 before reading any more
statements. Thanks for all the suggestions.