Description: Multi Document Interface (MDI) tab page browsing has been very popular among many Windows applications especially internet browsers such as Opera, Mozilla, Maxthon and many others. After failing to find an article on it, I decided to write one myself to show any interested reader that creating an MDI tab page browsing can be done with pretty simple but neat coding. All that is needed is a little creativity.
To Search:
File list (Check if you may need any files):
OrgChartGenerator\mssccprj.scc
.................\OrgChartGenerator
.................\.................\bin
.................\.................\...\Debug
.................\.................\...\.....\OrgChartGenerator.dll
.................\.................\...\.....\OrgChartGenerator.vshost.exe
.................\.................\Box.cs
.................\.................\ClassDiagram1.cd
.................\.................\EmployeePos.cs
.................\.................\mssccprj.scc
.................\.................\OrgChart.cs
.................\.................\OrgChartGenerator.csproj
.................\.................\OrgChartGenerator.csproj.vspscc
.................\.................\OrgChartRecord.cs
.................\.................\OrgData.cs
.................\.................\OrgData.Designer.cs
.................\.................\OrgData.xsc
.................\.................\OrgData.xsd
.................\.................\OrgData.xss
.................\.................\Properties
.................\.................\..........\AssemblyInfo.cs
.................\.................\..........\vssver2.scc
.................\.................\vssver2.scc
.................\OrgChartGenerator.sln
.................\OrgChartGenerator.suo
.................\OrgChartGenerator.vssscc
.................\TestOrgchart
.................\............\bin
.................\............\...\Debug
.................\............\...\.....\OrgChartGenerator.dll
.................\............\...\.....\TestOrgchart.exe
.................\............\...\.....\TestOrgchart.vshost.exe
.................\............\mssccprj.scc
.................\............\Program.cs
.................\............\Properties
.................\............\..........\AssemblyInfo.cs
.................\............\..........\DataSources
.................\............\..........\...........\vssver2.scc
.................\............\..........\Resources.Designer.cs
.................\............\..........\Resources.resx
.................\............\..........\Settings.Designer.cs
.................\............\..........\Settings.settings
.................\............\..........\vssver2.scc
.................\............\TestForm.cs
.................\............\TestForm.Designer.cs
.................\............\TestForm.resx
.................\............\TestOrgchart.csproj
.................\............\TestOrgchart.csproj.vspscc
.................\............\vssver2.scc
.................\vssver2.scc
OrgChartGenerator